From 0bb6c4627a9d3c4bbab10da2fd4be173e4077005 Mon Sep 17 00:00:00 2001 From: Ansgar Grunseid Date: Thu, 9 Jan 2025 08:01:17 -0800 Subject: [PATCH] icecream v2.1.4 --- changelog.txt | 9 +++++++++ icecream/__version__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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'