Skip to content

Commit

Permalink
v2.3.0 — Hatch support
Browse files Browse the repository at this point in the history
- Always read `.hg_archival.txt` files using UTF-8 encoding
- Added support for using versioningit with [Hatch](https://hatch.pypa.io)
  • Loading branch information
jwodder committed Nov 19, 2023
1 parent a4fab47 commit 81f0bc4
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.3.0 (in development)
-----------------------
v2.3.0 (2023-11-19)
-------------------
- Always read `.hg_archival.txt` files using UTF-8 encoding
- Added support for using versioningit with [Hatch](https://hatch.pypa.io)

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.3.0 (in development)
-----------------------
v2.3.0 (2023-11-19)
-------------------
- Always read :file:`.hg_archival.txt` files using UTF-8 encoding
- Added support for using versioningit with `Hatch <https://hatch.pypa.io>`_

Expand Down
2 changes: 1 addition & 1 deletion src/versioningit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<https://versioningit.rtfd.io> for more information.
"""

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

0 comments on commit 81f0bc4

Please sign in to comment.