Skip to content

Commit 6b1a063

Browse files
authored
Updated version for release (#768)
1 parent 3d73926 commit 6b1a063

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/dpkg/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dfvfs (20240317-1) unstable; urgency=low
1+
dfvfs (20240505-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Log2Timeline maintainers <[email protected]> Sun, 17 Mar 2024 06:03:29 +0100
5+
-- Log2Timeline maintainers <[email protected]> Sun, 05 May 2024 13:34:18 +0200

dfvfs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
types and file formats.
77
"""
88

9-
__version__ = '20240317'
9+
__version__ = '20240505'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dfvfs
3-
version = 20240317
3+
version = 20240505
44
description = Digital Forensics Virtual File System (dfVFS).
55
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.
66
long_description_content_type = text/plain

0 commit comments

Comments
 (0)