Skip to content

Commit aaf8b27

Browse files
committed
icecream v2.1.0
1 parent 9f92fad commit aaf8b27

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.0 (unreleased)
2+
v2.1.0
33
================================================================================
44
Added: install() and uninstall() functions that add or remove ic() from
55
the builtins module.

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.0.0'
15+
__version__ = '2.1.0'
1616
__author__ = 'Ansgar Grunseid'
1717
__contact__ = 'grunseid@gmail.com'
1818
__url__ = 'https://github.com/gruns/icecream'

0 commit comments

Comments
 (0)