Skip to content

Commit

Permalink
Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droideck authored Mar 26, 2024
1 parent 0339532 commit 98b1e26
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Revision 0.4.0, released 26-03-2024
---------------------------------------

- Added support for Python 3.11, 3.12
- Removed support for EOL Pythons 2.7, 3.6, 3.7

Revision 0.3.0, released 19-04-2023
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyasn1_modules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# http://www.python.org/dev/peps/pep-0396/
__version__ = '0.3.0'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyasn1>=0.4.7,<0.6.0
pyasn1>=0.4.7,<0.7.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ python_requires = >=3.8
zip_safe = True
setup_requires = setuptools
install_requires =
pyasn1>=0.4.6,<0.6.0
pyasn1>=0.4.6,<0.7.0
packages =
pyasn1_modules
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skip_missing_interpreters = true
commands =
{envpython} -m unittest discover -s tests
deps =
pyasn1>=0.4.6,<0.6.0
pyasn1>=0.4.6,<0.7.0

[testenv:cover]
basepython = python3
Expand Down

0 comments on commit 98b1e26

Please sign in to comment.