leveldir

Multi-level directory structure data stores in python3
git clone git://git.defalsify.org/python-leveldir.git
Log | Files | Refs | LICENSE

commit e9b2bfc5f4aab2b00c9c53e728127319caf0695e
parent 94800fb006e99e1223ec1542dc01c9afa6f3ff06
Author: lash <dev@holbrook.no>
Date:   Sat, 19 Aug 2023 16:43:50 +0100

Announce beta

Diffstat:
MCHANGELOG | 2++
Msetup.cfg | 6+++---
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.3.2 + * Announce beta state - 0.3.1 * Include dependency in packaging * Allow overridable key string representation diff --git a/setup.cfg b/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = leveldir -version = 0.3.1 +version = 0.3.2 description = Create multi-level directory structures author = Louis Holbrook author_email = dev@holbrook.no -url = https://gitlab.com/nolash/hexdir +url = https://holbrook.no/src/leveldir/log.html keywords = filesystem hex @@ -12,7 +12,7 @@ keywords = classifiers = Programming Language :: Python :: 3 Operating System :: OS Independent - Development Status :: 3 - Alpha + Development Status :: 4 - Beta Topic :: Software Development :: Libraries Environment :: Console Intended Audience :: Developers