From 0d0a20f67505c3cd5b079f6ddfcbf67cdfdce27e Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Fri, 4 Feb 2022 10:46:02 -0600
Subject: [PATCH] Bump version from 1.2.2 to 1.2.3

---
 CHANGELOG.md      | 17 +++++++++++++++++
 sift.iss          |  2 +-
 uwsift/version.py |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9e7c714..06af509f 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 ea889ab9..9b09cc8a 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 bc86c944..10aa336c 100644
--- a/uwsift/version.py
+++ b/uwsift/version.py
@@ -1 +1 @@
-__version__ = "1.2.2"
+__version__ = "1.2.3"
-- 
GitLab