Skip to content

Commit e5e05a8

Browse files
committed
chore: creating version 1.2
1 parent 6c8559e commit e5e05a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [1.2] - 2024-09-10
9+
810
### Changed
911
- Updated dependencies. Notably `cryptography` dependency is now ~=43.0.1
1012

@@ -66,3 +68,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6668
[0.7]: https://github.com/gershnik/repopulator/releases/0.7
6769
[1.0]: https://github.com/gershnik/repopulator/releases/1.0
6870
[1.1]: https://github.com/gershnik/repopulator/releases/1.1
71+
[1.2]: https://github.com/gershnik/repopulator/releases/1.2

src/repopulator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
"""package version info"""
88

9-
VERSION = '1.1'
9+
VERSION = '1.2'

0 commit comments

Comments
 (0)