Skip to content

Commit

Permalink
VERSION: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Feb 16, 2022
1 parent 399bc67 commit 2fd4d42
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
============

v0.3.1
--------------

Improvements
~~~~~~~~~~~~~~~~~~~~~~

- Bugs (`#55 <https://github.com/davemlz/eemont/pull/55>`_) of the :code:`app` module were solved.
- Typos (`#56 <https://github.com/davemlz/eemont/pull/56>`_) were corrected.

Contributors
~~~~~~~~~~~~~~~~~~~~~~

- `Qiusheng Wu <https://github.com/giswqs>`_

v0.3.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "David Montero Loaiza"

# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.3.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion eemont/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The eemont python package."""

__version__ = "0.3.0"
__version__ = "0.3.1"

from . import (app, dataframe, eeDictionary, eeList, extra, feature,
featurecollection, geometry, image, imagecollection, number)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(filename):

setup(
name="eemont",
version="0.3.0",
version="0.3.1",
url="https://github.com/davemlz/eemont",
license="MIT",
author="David Montero Loaiza",
Expand Down

0 comments on commit 2fd4d42

Please sign in to comment.