Skip to content

Commit 845762f

Browse files
committed
Bump version to 1.2.0
1 parent 8029922 commit 845762f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Unreleased](https://github.com/delgan/win32-setctime/compare/1.1.0...master)
1+
# [1.2.0](https://github.com/Delgan/win32-setctime/releases/tag/1.2.0) (2024-12-07)
22

33
- Add support for type hints.
44

src/win32_setctime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from ._setctime import setctime, SUPPORTED
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.2.0"
44
__all__ = ["setctime", "SUPPORTED"]

0 commit comments

Comments
 (0)