From 6b1a063d9b77fe95c8ee2d45a931ccded2c639fb Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Wed, 8 May 2024 06:06:17 +0200 Subject: [PATCH] Updated version for release (#768) --- config/dpkg/changelog | 4 ++-- dfvfs/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/dpkg/changelog b/config/dpkg/changelog index d2eb605e..7ac4c204 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -dfvfs (20240317-1) unstable; urgency=low +dfvfs (20240505-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Sun, 17 Mar 2024 06:03:29 +0100 + -- Log2Timeline maintainers Sun, 05 May 2024 13:34:18 +0200 diff --git a/dfvfs/__init__.py b/dfvfs/__init__.py index beda73d6..630b9974 100644 --- a/dfvfs/__init__.py +++ b/dfvfs/__init__.py @@ -6,4 +6,4 @@ types and file formats. """ -__version__ = '20240317' +__version__ = '20240505' diff --git a/setup.cfg b/setup.cfg index 3ad4c6e7..283909d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dfvfs -version = 20240317 +version = 20240505 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