We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8029922 commit 845762fCopy full SHA for 845762f
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# [Unreleased](https://github.com/delgan/win32-setctime/compare/1.1.0...master)
+# [1.2.0](https://github.com/Delgan/win32-setctime/releases/tag/1.2.0) (2024-12-07)
2
3
- Add support for type hints.
4
src/win32_setctime/__init__.py
from ._setctime import setctime, SUPPORTED
-__version__ = "1.1.0"
+__version__ = "1.2.0"
__all__ = ["setctime", "SUPPORTED"]
0 commit comments