Skip to content

Commit 4a4da35

Browse files
committed
chore: creating version 1.4
1 parent 6349f25 commit 4a4da35

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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.4] - 2024-12-30
9+
810
### Changed
911
- Dependencies are now `>=` rather than `~=` to better align with Python libraries best practices.
1012

@@ -78,3 +80,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7880
[1.1]: https://github.com/gershnik/repopulator/releases/1.1
7981
[1.2]: https://github.com/gershnik/repopulator/releases/1.2
8082
[1.3]: https://github.com/gershnik/repopulator/releases/1.3
83+
[1.4]: https://github.com/gershnik/repopulator/releases/1.4

src/repopulator/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
"""package version info"""
88

9-
VERSION = '1.3'
9+
VERSION = '1.4'

0 commit comments

Comments
 (0)