Skip to content

Commit

Permalink
Preparing release 2.0+md.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Nov 8, 2023
1 parent 4b6556e commit 0424669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2.0 (unreleased)
````````````````
2.0+md.1 (2023-11-08)
`````````````````````

- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.9, 3.10, 3.11, 3.12.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
packages=['sphinxcontrib.redoc'],
include_package_data=True,
zip_safe=False,
version='2.0.dev0',
version='2.0+md.1',
install_requires=[
'jinja2 >= 2.4',
'jsonschema >= 3.0',
Expand Down

0 comments on commit 0424669

Please sign in to comment.