Skip to content

Commit

Permalink
Updated version (log2timeline#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Dec 6, 2023
1 parent d0753d9 commit 4f14f22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dfvfs (20230531-1) unstable; urgency=low
dfvfs (20231205-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <[email protected]> Wed, 31 May 2023 18:17:37 +0200
-- Log2Timeline maintainers <[email protected]> Tue, 05 Dec 2023 06:14:28 +0100
2 changes: 1 addition & 1 deletion dfvfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
storage media types and file formats.
"""

__version__ = '20230531'
__version__ = '20231205'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[metadata]
name = dfvfs
version = 20230506
version = 20231205
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
url = https://github.com/log2timeline/dfvfs
maintainer = Log2Timeline maintainers
maintainer_email = [email protected]
Expand Down
3 changes: 3 additions & 0 deletions utils/update_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ DPKG_DATE=`date -R`
# Update the Python module version.
sed "s/__version__ = '[0-9]*'/__version__ = '${VERSION}'/" -i dfvfs/__init__.py

# Update the version in the setuptools configuration.
sed "s/version = [0-9]*/version = ${VERSION}/" -i setup.cfg

# Update the version in the dpkg configuration files.
cat > config/dpkg/changelog << EOT
dfvfs (${VERSION}-1) unstable; urgency=low
Expand Down

0 comments on commit 4f14f22

Please sign in to comment.