We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1b9b4 commit 467ebc3Copy full SHA for 467ebc3
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.2] - 2025-11-28
13
+
14
+- Replace poetry with pip, restore py36 support
15
16
## [v3.2.1] - 2025-05-05
17
18
- More robust handling of git branches
setup.py
@@ -1,5 +1,3 @@
1
-import os
2
-
3
from setuptools import find_packages, setup
4
5
@@ -15,7 +13,7 @@ def get_requirements():
setup(
name="ubi-config",
- version="3.2.1",
+ version="3.2.2",
19
description="A Python Library for accessing Universal Base Image configuration",
20
long_description=get_long_description(),
21
long_description_content_type="text/markdown",
0 commit comments