Skip to content

Commit 8df8971

Browse files
committed
back to dev
1 parent 9f477b7 commit 8df8971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IPython/core/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
# version
2222
_version_major = 7
2323
_version_minor = 16
24-
_version_patch = 2
24+
_version_patch = 3
2525
_version_extra = '.dev'
2626
# _version_extra = 'b1'
27-
_version_extra = '' # Uncomment this for full releases
27+
# _version_extra = '' # Uncomment this for full releases
2828

2929
# Construct full version string from these.
3030
_ver = [_version_major, _version_minor, _version_patch]

0 commit comments

Comments
 (0)