diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e7c714a381c97cd402e211ac4fb3b29b9b7c3d..06af509f840271168417f6f590a6a2d3db88018d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## Version 1.2.3 (2022/02/04) + +### Issues Closed + +* [Issue 305](https://github.com/ssec/sift/issues/305) - uwsift 1.1.3 doesn't work w/ satpy 0.23 + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 331](https://github.com/ssec/sift/pull/331) - Fix Python 3.10 incompatibilities + +In this release 1 pull request was closed. + + ## Version 1.2.2 (2021/10/29) ### Pull Requests Merged diff --git a/sift.iss b/sift.iss index ea889ab9eee00c72626fd83ae0273149e19c7c91..9b09cc8a1326c30dd56bec17bc45bcf42a1e4dbb 100755 --- a/sift.iss +++ b/sift.iss @@ -3,7 +3,7 @@ [Setup] AppName=SIFT -AppVersion=1.2.2 +AppVersion=1.2.3 DefaultDirName={pf}\SIFT DefaultGroupName=SIFT Compression=lzma2 diff --git a/uwsift/version.py b/uwsift/version.py index bc86c944fe22d22f0a5a95996168c827d2876979..10aa336ce071b5ebf71e8545a55b72f3c5b661a3 100644 --- a/uwsift/version.py +++ b/uwsift/version.py @@ -1 +1 @@ -__version__ = "1.2.2" +__version__ = "1.2.3"