diff --git a/CHANGES.md b/CHANGES.md index d47912f3..11204929 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -### (unreleased) -* Update macOS target versions +### 0.14.4 (2026-06-24) +* Update macOS target versions (#440) ### 0.14.3 (2026-06-24) * Unshallow ion-c submodule (#438) diff --git a/src-python/amazon/__init__.py b/src-python/amazon/__init__.py index e7c93517..d1138afc 100644 --- a/src-python/amazon/__init__.py +++ b/src-python/amazon/__init__.py @@ -15,6 +15,6 @@ """ Amazon Ion """ -__version__ = "0.14.3" +__version__ = "0.14.4" from pkgutil import extend_path __path__ = extend_path(__path__, __name__) diff --git a/src-python/amazon/ion/__init__.py b/src-python/amazon/ion/__init__.py index e62a381c..96e0a1dd 100644 --- a/src-python/amazon/ion/__init__.py +++ b/src-python/amazon/ion/__init__.py @@ -12,7 +12,7 @@ # specific language governing permissions and limitations under the # License. __author__ = 'Amazon.com, Inc.' -__version__ = '0.14.3' +__version__ = '0.14.4' __all__ = [ 'core',