Skip to content

Commit 2378a25

Browse files
committed
changed version number regarding updates and added change log
1 parent ce0ef90 commit 2378a25

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
================================================================================
2+
v2.1.5
3+
================================================================================
4+
Changed: Improved printing for `str` type of variables.
5+
16
================================================================================
27
v2.1.4
38
================================================================================

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.4'
15+
__version__ = '2.1.5'
1616
__author__ = 'Ansgar Grunseid'
1717
__contact__ = '[email protected]'
1818
__url__ = 'https://github.com/gruns/icecream'

0 commit comments

Comments
 (0)