Skip to content

Commit

Permalink
release 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavid committed Jun 24, 2022
1 parent 57c17e0 commit 5c5e5b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,7 @@ possibility to output in a csv file the threshold values corresponding to each p
- Fix issue #47 : Detect by zone has a shift of 1 pixel on result on same case
- Fix Issue #49 : Detect zone wrong extend and resolution output when asking a resolution different from source data
- remove test on gdal tools in setup.py (see #48)


0.2.18 (2022-06-24)
-------------------
- Update documentation and doc configuration after transfert from gitlab to github
2 changes: 1 addition & 1 deletion odeon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.17"
__version__ = "0.2.18"

from odeon.commons.logger.logger import get_new_logger, get_stream_handler
try:
Expand Down

0 comments on commit 5c5e5b4

Please sign in to comment.