Skip to content

Commit 1d3858e

Browse files
committed
changed version to 2.1.10
1 parent 29cc0f6 commit 1d3858e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
================================================================================
2+
v2.1.10
3+
================================================================================
4+
Improved: This change excludes the test folder from wheels.
5+
6+
Big thanks to the community! This release was made possible by the people
7+
who contributed to the library.
8+
19
================================================================================
210
v2.1.9
311
================================================================================

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

0 commit comments

Comments
 (0)