diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e563c10..dabebda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ We are currently working on porting this changelog to the specifications in This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -### Version 2.2.1 - Unreleased +## Version 2.2.2 - Unreleased + + +### Version 2.2.1 - Released 2024-08-13 ### Changed * Replace imp usage with importlib. diff --git a/utool/__init__.py b/utool/__init__.py index 04eab318..cac865a6 100755 --- a/utool/__init__.py +++ b/utool/__init__.py @@ -12,7 +12,7 @@ import sys -__version__ = '2.2.1' +__version__ = '2.2.2' __DYNAMIC__ = True if __DYNAMIC__: