We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be249e commit 9931558Copy full SHA for 9931558
CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
- n/a
11
12
+## [v3.2.0] - 2025-04-08
13
+
14
+- Dropped py36 support
15
16
## [v3.1.1] - 2024-04-05
17
18
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ubi-config"
3
-version = "3.1.1"
+version = "3.2.0"
4
description = "A Python Library for accessing Universal Base Image configuration"
5
license = "GPL-3.0-or-later"
6
readme = "README.md"
0 commit comments