From e5a73e923fd7bb5e7f6922ee6408856760bdd474 Mon Sep 17 00:00:00 2001 From: Maxim Nazarenko Date: Tue, 23 Jun 2026 09:49:07 -0700 Subject: [PATCH] (chore) Prepare 0.14.2 release --- CHANGES.md | 2 +- src-python/amazon/__init__.py | 2 +- src-python/amazon/ion/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9fe40846..26d4c24c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### (unreleased) +### 0.14.2 (2026-06-23) * Fix ion-c submodule missing tags (#435) ### 0.14.1 (2026-06-05) diff --git a/src-python/amazon/__init__.py b/src-python/amazon/__init__.py index 62b4a4df..1eb68c4d 100644 --- a/src-python/amazon/__init__.py +++ b/src-python/amazon/__init__.py @@ -15,6 +15,6 @@ """ Amazon Ion """ -__version__ = "0.14.1" +__version__ = "0.14.2" 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 890354ff..1c5f4c74 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.1' +__version__ = '0.14.2' __all__ = [ 'core',