Skip to content

Commit

Permalink
Update version to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
neilflood committed Oct 18, 2021
1 parent 5395199 commit 2d2b1d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/source/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

Version 0.5.6 (2021-10-19)
--------------------------

Enhancements
* Cope with ESA's sudden inclusion of radiometric offsets in their
Sentinel-2 reflectance imagery. Using earlier python-fmask versions
with the new ESA files will result in incorrect answers.

Version 0.5.5 (2020-09-01)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion fmask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

__version__ = '0.5.5'
__version__ = '0.5.6'

0 comments on commit 2d2b1d1

Please sign in to comment.