From ffc91a940f531841cb7b25f898afbc247b29bce4 Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Wed, 19 Apr 2023 18:22:25 -0700 Subject: [PATCH] Prepare release 0.3.0 (#9) --- CHANGES.txt | 2 +- pyasn1_modules/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6589e20f..5414f180 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Revision 0.3.0.rc1, released 08-08-2022 +Revision 0.3.0, released 19-04-2023 --------------------------------------- - Added support for Python 3.8, 3.9, 3.10, 3.11 diff --git a/pyasn1_modules/__init__.py b/pyasn1_modules/__init__.py index c0680f61..95a220ef 100644 --- a/pyasn1_modules/__init__.py +++ b/pyasn1_modules/__init__.py @@ -1,2 +1,2 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = '0.3.0.rc1' +__version__ = '0.3.0'