commit 31a9e37afddf88cf0721d875e6c4bf7ebd353f35
parent 426f8f3cd3469b4c993dab9e2df4332715752ebb
Author: lash <dev@holbrook.no>
Date: Sun, 8 Mar 2026 19:40:04 -0600
Bump version
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,5 @@
+- 0.3.3
+ * Add UUID dir support
- 0.3.2
* Announce beta state
- 0.3.1
diff --git a/setup.cfg b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = leveldir
-version = 0.3.2
+version = 0.3.3rc1
description = Create multi-level directory structures
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -23,6 +23,6 @@ licence_files =
LICENSE
[options]
-python_requires = >= 3.6
+python_requires = >= 3.8
packages =
leveldir