Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit f267007

Browse files
authored
Merge pull request #128 from fabianazioti/license
preparing to release 🔖
2 parents 397c396 + 48cb8c6 commit f267007

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
Changes
2020
=======
2121

22+
Version 0.8.2 (2024-01-29)
23+
--------------------------
24+
25+
- Change license to GPLv3 (`#120 <https://github.com/brazil-data-cube/lccs-db/issues/120>`_).
26+
- Change class name character limit to 64 (`#122 <https://github.com/brazil-data-cube/lccs-db/issues/122>`_).
27+
- Bug Fix: type "hstore" does not exist in migration (`#124 <https://github.com/brazil-data-cube/lccs-db/issues/124>`_).
28+
- Bug Fix: migration value too long for type character varying(32) (`#125 <https://github.com/brazil-data-cube/lccs-db/issues/125>`_).
29+
- Update Python version (`#126 <https://github.com/brazil-data-cube/lccs-db/issues/126>`_).
30+
31+
2232
Version 0.8.1 (2022-07-20)
2333
--------------------------
2434

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
..
22
This file is part of LCCS-DB.
3-
Copyright (C) 2023 INPE.
3+
Copyright (C) 2024 INPE.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -99,7 +99,7 @@ Installation
9999

100100
Install from GitHub::
101101

102-
pip3 install git+https://github.com/brazil-data-cube/lccs-db@v0.8.0
102+
pip3 install git+https://github.com/brazil-data-cube/lccs-db@v0.8.2
103103

104104

105105
Documentation

lccs_db/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of LCCS-DB.
3-
# Copyright (C) 2023 INPE.
3+
# Copyright (C) 2024 INPE.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)