We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6281f88 commit 41e8c8aCopy full SHA for 41e8c8a
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v3.1.1 (in development)
2
------------------------
+v3.1.1 (2024-04-29)
+-------------------
3
- Correctly mark a certain test as requiring Mercurial
4
5
v3.1.0 (2024-03-16)
docs/changelog.rst
@@ -3,8 +3,8 @@
Changelog
=========
6
7
8
9
10
src/versioningit/__init__.py
@@ -43,7 +43,7 @@
43
<https://versioningit.rtfd.io> for more information.
44
"""
45
46
-__version__ = "3.1.1.dev1"
+__version__ = "3.1.1"
47
__author__ = "John Thorvald Wodder II"
48
__author_email__ = "[email protected]"
49
__license__ = "MIT"
0 commit comments