Skip to content

Commit f27b786

Browse files
committed
chore: update version to 1.1.4 and add release notes for clarity
1 parent 75cb498 commit f27b786

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backpack/version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
# 1.1.0 01/2024 - Ruff Formatting
88
# 1.1.1 07/2025 - Update Python version matrix to include 3.10 and 3.11, update actions versions
99
# 1.1.2 07/2025 - Update actions versions, remove unused badge from README
10+
# 1.1.3 07/2025 - Improve test class names and docstrings for clarity, ruff formatting
11+
# 1.1.4 07/2025 - Moved from pipenv to poetry for dependency management.toml
1012
# ----------------------------------------------------------------------------------------
1113

1214
VERSION_MAJOR = 1
1315
VERSION_MINOR = 1
14-
VERSION_PATCH = 2
16+
VERSION_PATCH = 4
1517

1618
version = f'{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}'
1719

0 commit comments

Comments
 (0)