Skip to content

Commit fb919b7

Browse files
committed
icecream v2.1.1
1 parent b6a4421 commit fb919b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================================================================
2-
v2.1.1 (unreleased)
2+
v2.1.1
33
================================================================================
44
Added: Support for Python 3.9.
55
Changed: Use timestamps in the local timezone instead of less helpful

icecream/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__title__ = 'icecream'
1414
__license__ = 'MIT'
15-
__version__ = '2.1.0'
15+
__version__ = '2.1.1'
1616
__author__ = 'Ansgar Grunseid'
1717
__contact__ = '[email protected]'
1818
__url__ = 'https://github.com/gruns/icecream'

0 commit comments

Comments
 (0)