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 ce0ef90 commit 2378a25Copy full SHA for 2378a25
changelog.txt
@@ -1,3 +1,8 @@
1
+================================================================================
2
+ v2.1.5
3
4
+Changed: Improved printing for `str` type of variables.
5
+
6
================================================================================
7
v2.1.4
8
icecream/__version__.py
@@ -12,7 +12,7 @@
12
13
__title__ = 'icecream'
14
__license__ = 'MIT'
15
-__version__ = '2.1.4'
+__version__ = '2.1.5'
16
__author__ = 'Ansgar Grunseid'
17
__contact__ = '[email protected]'
18
__url__ = 'https://github.com/gruns/icecream'
0 commit comments