diff --git a/config/dpkg/changelog b/config/dpkg/changelog index b61a775..a1036d9 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -dfwinreg (20240306-1) unstable; urgency=low +dfwinreg (20240316-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Wed, 06 Mar 2024 20:50:52 +0100 + -- Log2Timeline maintainers Sat, 16 Mar 2024 21:02:25 +0100 diff --git a/dfwinreg/__init__.py b/dfwinreg/__init__.py index 4efe915..ab01bc5 100644 --- a/dfwinreg/__init__.py +++ b/dfwinreg/__init__.py @@ -5,4 +5,4 @@ provides read-only access to Windows Registry objects. """ -__version__ = '20240306' +__version__ = '20240316' diff --git a/setup.cfg b/setup.cfg index 6287734..e123dc0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dfwinreg -version = 20240306 +version = 20240316 description = Digital Forensics Windows Registry (dfWinReg). long_description = dfWinReg, or Digital Forensics Windows Registry, provides read-only access to Windows Registry objects. The goal of dfWinReg is to provide a generic interface for accessing Windows Registry objects that resembles the Registry key hierarchy as seen on a live Windows system. long_description_content_type = text/plain @@ -44,21 +44,5 @@ manifest = MANIFEST template = MANIFEST.test_data.in manifest = MANIFEST.test_data -[bdist_rpm] -release = 1 -packager = Log2Timeline maintainers -doc_files = - ACKNOWLEDGEMENTS - AUTHORS - LICENSE - README -build_requires = python3-setuptools -requires = - libcreg-python3 >= 20210502 - libregf-python3 >= 20201002 - python3-dfdatetime >= 20160814 - python3-dtfabric >= 20170524 - python3-pyyaml >= 3.10 - [bdist_wheel] universal = 1