Skip to content

Commit 81f0bc4

Browse files
committed
v2.3.0 — Hatch support
- Always read `.hg_archival.txt` files using UTF-8 encoding - Added support for using versioningit with [Hatch](https://hatch.pypa.io)
1 parent a4fab47 commit 81f0bc4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v2.3.0 (in development)
2-
-----------------------
1+
v2.3.0 (2023-11-19)
2+
-------------------
33
- Always read `.hg_archival.txt` files using UTF-8 encoding
44
- Added support for using versioningit with [Hatch](https://hatch.pypa.io)
55

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

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

src/versioningit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<https://versioningit.rtfd.io> for more information.
4444
"""
4545

46-
__version__ = "2.3.0.dev1"
46+
__version__ = "2.3.0"
4747
__author__ = "John Thorvald Wodder II"
4848
__author_email__ = "[email protected]"
4949
__license__ = "MIT"

0 commit comments

Comments
 (0)