We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f880a58 commit ae1659fCopy full SHA for ae1659f
2 files changed
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+6.1 (unreleased)
5
+----------------
6
+
7
+- Nothing changed yet.
8
9
10
6.0 (2025-11-25)
11
----------------
12
setup.py
@@ -26,7 +26,7 @@
26
with open(os.path.join(here, 'CHANGES.rst')) as f:
27
CHANGES = f.read()
28
29
-version = '6.0'
+version = '6.1.dev0'
30
31
setup(
32
name='DateTime',
0 commit comments