Skip to content

Commit

Permalink
🐛 fix typo for twine build packaging; 🔖 prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Sep 11, 2024
1 parent cfbd23b commit 4cbc882
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@
along with this program. If not, see <https://www.gnu.org/licenses/gpl-3.0.html>.


=======
Changes
=======


Version 1.0.2 (2024-09-11)
--------------------------

- Fix typo for twine build packaging


Version 1.0.1 (2023-11-29)
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ If you want to know more about WLTS service, please, take a look at its `specifi
Installation
============

See `INSTALL.rst <./INSTALL.rst>`_.
See https://wlts.readthedocs.io/en/latest/installation.html


Using WLTS in the Command Line
==============================

See `CLI.rst <./CLI.rst>`_.
See https://wlts.readthedocs.io/en/latest/cli.html


Developer Documentation
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'pandas>=1.1',
'geopandas>=0.8.2',
'plotly==5.5.0',
'lccs @ git+https://github.com/brazil-data-cube/[email protected]',
'lccs==0.8.3',
]

packages = find_packages()
Expand All @@ -79,10 +79,11 @@
version=version,
description=__doc__,
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
keywords=['Land Use Land Cover', 'GIS', 'Web Services', 'OGC WFS', 'OGC WCS', 'Web Time Series Service'],
license='GPLv3',
author='Brazil Data Cube Team',
author_email='brazildatacube@inpe.br',
author_email='data.support@inpe.br',
url='https://github.com/brazil-data-cube/wlts.py',
packages=packages,
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion wlts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"""


__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 4cbc882

Please sign in to comment.