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 9f92fad commit aaf8b27Copy full SHA for aaf8b27
changelog.txt
@@ -1,5 +1,5 @@
1
================================================================================
2
- v2.1.0 (unreleased)
+ v2.1.0
3
4
Added: install() and uninstall() functions that add or remove ic() from
5
the builtins module.
icecream/__version__.py
@@ -12,7 +12,7 @@
12
13
__title__ = 'icecream'
14
__license__ = 'MIT'
15
-__version__ = '2.0.0'
+__version__ = '2.1.0'
16
__author__ = 'Ansgar Grunseid'
17
__contact__ = 'grunseid@gmail.com'
18
__url__ = 'https://github.com/gruns/icecream'
0 commit comments