We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cb498 commit f27b786Copy full SHA for f27b786
1 file changed
backpack/version.py
@@ -7,11 +7,13 @@
7
# 1.1.0 01/2024 - Ruff Formatting
8
# 1.1.1 07/2025 - Update Python version matrix to include 3.10 and 3.11, update actions versions
9
# 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
12
# ----------------------------------------------------------------------------------------
13
14
VERSION_MAJOR = 1
15
VERSION_MINOR = 1
-VERSION_PATCH = 2
16
+VERSION_PATCH = 4
17
18
version = f'{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}'
19
0 commit comments