Skip to content

Commit

Permalink
chore: creating version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Dec 31, 2024
1 parent 6349f25 commit 4a4da35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.4] - 2024-12-30

### Changed
- Dependencies are now `>=` rather than `~=` to better align with Python libraries best practices.

Expand Down Expand Up @@ -78,3 +80,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[1.1]: https://github.com/gershnik/repopulator/releases/1.1
[1.2]: https://github.com/gershnik/repopulator/releases/1.2
[1.3]: https://github.com/gershnik/repopulator/releases/1.3
[1.4]: https://github.com/gershnik/repopulator/releases/1.4
2 changes: 1 addition & 1 deletion src/repopulator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

"""package version info"""

VERSION = '1.3'
VERSION = '1.4'

0 comments on commit 4a4da35

Please sign in to comment.