From 4a4da3595e794917ab71c36697c26a2162a66a12 Mon Sep 17 00:00:00 2001 From: Eugene Gershnik Date: Mon, 30 Dec 2024 21:52:27 -0800 Subject: [PATCH] chore: creating version 1.4 --- CHANGELOG.md | 3 +++ src/repopulator/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0f168..f6335ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/src/repopulator/version.py b/src/repopulator/version.py index a3a22d0..9e0db80 100644 --- a/src/repopulator/version.py +++ b/src/repopulator/version.py @@ -6,4 +6,4 @@ """package version info""" -VERSION = '1.3' +VERSION = '1.4'