From fb919b77069f52ef6597b0ac74ea0939873d8298 Mon Sep 17 00:00:00 2001 From: Ansgar Grunseid Date: Tue, 22 Jun 2021 13:46:55 -0700 Subject: [PATCH] icecream v2.1.1 --- changelog.txt | 2 +- icecream/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index b585ddb..96c2f7d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ ================================================================================ - v2.1.1 (unreleased) + v2.1.1 ================================================================================ Added: Support for Python 3.9. Changed: Use timestamps in the local timezone instead of less helpful diff --git a/icecream/__version__.py b/icecream/__version__.py index 3b7b10b..b128de4 100644 --- a/icecream/__version__.py +++ b/icecream/__version__.py @@ -12,7 +12,7 @@ __title__ = 'icecream' __license__ = 'MIT' -__version__ = '2.1.0' +__version__ = '2.1.1' __author__ = 'Ansgar Grunseid' __contact__ = 'grunseid@gmail.com' __url__ = 'https://github.com/gruns/icecream'