diff --git a/changelog.txt b/changelog.txt index 35ddb40..2814d90 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +================================================================================ + v2.1.4 +================================================================================ +Changed: Drop support for all Python versions prior to Python 3.8, now + long past EOL. Notably, Python 2 is no longer supported. +Changed: Update the 'executing' dependency to >= v2.1.0 to improve + source code analysis and support Python 3.13. + + ================================================================================ v2.1.3 ================================================================================ diff --git a/icecream/__version__.py b/icecream/__version__.py index 9dd626f..fa6417c 100644 --- a/icecream/__version__.py +++ b/icecream/__version__.py @@ -12,7 +12,7 @@ __title__ = 'icecream' __license__ = 'MIT' -__version__ = '2.1.3' +__version__ = '2.1.4' __author__ = 'Ansgar Grunseid' __contact__ = 'grunseid@gmail.com' __url__ = 'https://github.com/gruns/icecream'