We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a4421 commit fb919b7Copy full SHA for fb919b7
changelog.txt
@@ -1,5 +1,5 @@
1
================================================================================
2
- v2.1.1 (unreleased)
+ v2.1.1
3
4
Added: Support for Python 3.9.
5
Changed: Use timestamps in the local timezone instead of less helpful
icecream/__version__.py
@@ -12,7 +12,7 @@
12
13
__title__ = 'icecream'
14
__license__ = 'MIT'
15
-__version__ = '2.1.0'
+__version__ = '2.1.1'
16
__author__ = 'Ansgar Grunseid'
17
__contact__ = '[email protected]'
18
__url__ = 'https://github.com/gruns/icecream'
0 commit comments