diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 4927fce1..2faad3fd 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -dfvfs (20231205-1) unstable; urgency=low +dfvfs (20231208-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Tue, 05 Dec 2023 06:14:28 +0100 + -- Log2Timeline maintainers Fri, 08 Dec 2023 06:59:06 +0100 diff --git a/dfvfs/__init__.py b/dfvfs/__init__.py index ac552df2..026dae40 100644 --- a/dfvfs/__init__.py +++ b/dfvfs/__init__.py @@ -6,4 +6,4 @@ storage media types and file formats. """ -__version__ = '20231205' +__version__ = '20231208' diff --git a/setup.cfg b/setup.cfg index 3e909d95..1ffe1b7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dfvfs -version = 20231205 +version = 20231208 description = Digital Forensics Virtual File System (dfVFS). long_description = dfVFS, or Digital Forensics Virtual File System, provides read-only access to file-system objects from various storage media types and file formats. The goal of dfVFS is to provide a generic interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. long_description_content_type = text/plain @@ -25,8 +25,8 @@ packages = find: python_requires = >=3.7 [options.package_data] -dfwinreg = - *.yaml +dfvfs = + lib/*.yaml [options.packages.find] exclude =