Skip to content

Commit 41e8c8a

Browse files
committed
v3.1.1 — Fix a test
- Correctly mark a certain test as requiring Mercurial
1 parent 6281f88 commit 41e8c8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v3.1.1 (in development)
2-
-----------------------
1+
v3.1.1 (2024-04-29)
2+
-------------------
33
- Correctly mark a certain test as requiring Mercurial
44

55
v3.1.0 (2024-03-16)

docs/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
v3.1.1 (in development)
7-
-----------------------
6+
v3.1.1 (2024-04-29)
7+
-------------------
88
- Correctly mark a certain test as requiring Mercurial
99

1010

src/versioningit/__init__.py

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

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

0 commit comments

Comments
 (0)