We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d41db commit f880a58Copy full SHA for f880a58
2 files changed
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-6.0 (unreleased)
+6.0 (2025-11-25)
5
----------------
6
7
- Add support for Python 3.13, 3.14.
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.dev0'
+version = '6.0'
30
31
setup(
32
name='DateTime',
0 commit comments