We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32047a commit 4f541d4Copy full SHA for 4f541d4
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog of checkoutmanager
2
============================
3
4
+3.2 (unreleased)
5
+----------------
6
+
7
+- Nothing changed yet.
8
9
10
3.1 (2025-01-30)
11
----------------
12
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-version = "3.1"
+version = "3.2.dev0"
sample_config = open(os.path.join("checkoutmanager", "sample.cfg")).readlines()
0 commit comments