Skip to content

Commit

Permalink
Prepare for 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Sep 1, 2019
1 parent 771aa24 commit aa5eb55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

Revision 0.4.8, released XX-09-2019
-----------------------------------

No changes yet.

Revision 0.4.7, released 01-09-2019
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyasn1/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys

# https://www.python.org/dev/peps/pep-0396/
__version__ = '0.4.7'
__version__ = '0.4.8'

if sys.version_info[:2] < (2, 4):
raise RuntimeError('PyASN1 requires Python 2.4 or later')

0 comments on commit aa5eb55

Please sign in to comment.