Skip to content

Commit 98b1e26

Browse files
authored
Prepare release 0.4.0
1 parent 0339532 commit 98b1e26

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Revision 0.4.0, released 26-03-2024
2+
---------------------------------------
3+
4+
- Added support for Python 3.11, 3.12
5+
- Removed support for EOL Pythons 2.7, 3.6, 3.7
6+
17
Revision 0.3.0, released 19-04-2023
28
---------------------------------------
39

pyasn1_modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# http://www.python.org/dev/peps/pep-0396/
2-
__version__ = '0.3.0'
2+
__version__ = '0.4.0'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyasn1>=0.4.7,<0.6.0
1+
pyasn1>=0.4.7,<0.7.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ python_requires = >=3.8
4343
zip_safe = True
4444
setup_requires = setuptools
4545
install_requires =
46-
pyasn1>=0.4.6,<0.6.0
46+
pyasn1>=0.4.6,<0.7.0
4747
packages =
4848
pyasn1_modules

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ skip_missing_interpreters = true
1010
commands =
1111
{envpython} -m unittest discover -s tests
1212
deps =
13-
pyasn1>=0.4.6,<0.6.0
13+
pyasn1>=0.4.6,<0.7.0
1414

1515
[testenv:cover]
1616
basepython = python3

0 commit comments

Comments
 (0)