diff --git a/CHANGES.md b/CHANGES.md index e630a123..2a7ff0c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -### (unpublished) -* Publish sdist to PyPI +### 0.14.6 (2026-06-26) +* Publish sdist to PyPI (#445) ### 0.14.5 (2026-06-25) * Minimize amount of dependencies (#443) diff --git a/src-python/amazon/__init__.py b/src-python/amazon/__init__.py index ee80ee49..7f48b7ef 100644 --- a/src-python/amazon/__init__.py +++ b/src-python/amazon/__init__.py @@ -15,6 +15,6 @@ """ Amazon Ion """ -__version__ = "0.14.5" +__version__ = "0.14.6" 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 d0a7ecd8..427ca18b 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.5' +__version__ = '0.14.6' __all__ = [ 'core',