Skip to content

Commit

Permalink
Merge pull request #66 from fabianazioti/docs_review
Browse files Browse the repository at this point in the history
🔖 adding changes
  • Loading branch information
raphaelrpl authored Aug 25, 2022
2 parents b40f34a + c5ce826 commit bf30ad1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@
Changes
=======

Version 1.0.0 (2022-08-25)
--------------------------
- Review documentation (`#64 <https://github.com/brazil-data-cube/wlts.py/issues/64>`_).

- Review command line (`#62 <https://github.com/brazil-data-cube/wlts.py/issues/62>`_).

- Update trajectory item template (`#61 <https://github.com/brazil-data-cube/wlts.py/issues/61>`_).

- Add update traces in bar plot (`#60 <https://github.com/brazil-data-cube/wlts.py/issues/60>`_).

- Add support for LCCS-DB version 0.8.1 (`#57 <https://github.com/brazil-data-cube/wlts.py/issues/57>`_).

- Add support for internationalization.

- Add scatter plot (`#56 <https://github.com/brazil-data-cube/wlts.py/issues/56>`_).

- Add bar plot for support trajectories of with multiples collections and points. (`#55 <https://github.com/brazil-data-cube/wlts.py/issues/55>`_).

Version 0.8.0 (2021-09-30)
--------------------------
Expand Down
5 changes: 2 additions & 3 deletions wlts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is part of Python Client Library for WLTS.
# Copyright (C) 2020-2021 INPE.
# Copyright (C) 2020-2022 INPE.
#
# Python Client Library for WLTS is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -12,5 +12,4 @@
from .version import __version__
from .wlts import WLTS

__all__ = ('__version__',
'WLTS',)
__all__ = ('__version__', 'WLTS',)
2 changes: 1 addition & 1 deletion wlts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"""


__version__ = '0.9.0'
__version__ = '1.0.0'

0 comments on commit bf30ad1

Please sign in to comment.