Skip to content

Commit

Permalink
v2.1.0 — Python updates
Browse files Browse the repository at this point in the history
- Drop support for Python 3.6
- Support Python 3.11
- Use `tomllib` on Python 3.11
  • Loading branch information
jwodder committed Oct 25, 2022
1 parent 42f1a7a commit 7f73d1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v2.1.0 (in development)
-----------------------
v2.1.0 (2022-10-25)
-------------------
- Drop support for Python 3.6
- Support Python 3.11
- Use `tomllib` on Python 3.11
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

v2.1.0 (in development)
-----------------------
v2.1.0 (2022-10-25)
-------------------
- Drop support for Python 3.6
- Support Python 3.11
- Use `tomllib` on Python 3.11
Expand Down
2 changes: 1 addition & 1 deletion src/versioningit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<https://versioningit.rtfd.io> for more information.
"""

__version__ = "2.1.0.dev1"
__version__ = "2.1.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "versioningit@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 7f73d1d

Please sign in to comment.