Skip to content

Commit

Permalink
IceCream v1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Jun 6, 2018
1 parent 25008b0 commit 181207d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================================================================
v1.3.1 (to be released)
v1.3.1
================================================================================
Removed: Support for Python 3.3, which reached EOL on 2017-09-29.
Fixed: ic() invocations that fail to find or access source code (e.g. eval(),
Expand Down
2 changes: 1 addition & 1 deletion icecream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__title__ = 'icecream'
__license__ = 'MIT'
__version__ = '1.3'
__version__ = '1.3.1'
__author__ = 'Ansgar Grunseid'
__contact__ = '[email protected]'
__url__ = 'https://github.com/gruns/icecream'

0 comments on commit 181207d

Please sign in to comment.