Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
DEBUG = False

# The pytsk3 version.
VERSION = "20260524"
VERSION = "20260702"

# These functions are used to manage library memory.
FREE = "aff4_free"
Expand Down
4 changes: 2 additions & 2 deletions dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytsk3 (20260524-1) unstable; urgency=low
pytsk3 (20260702-1) unstable; urgency=low

* Auto-generated

-- Joachim Metz <joachim.metz@gmail.com> Sun, 24 May 2026 19:48:56 -0100
-- Joachim Metz <joachim.metz@gmail.com> Thu, 02 Jul 2026 11:29:06 -0100
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytsk3"
version = "20260524"
version = "20260702"
description = "Python bindings for the SleuthKit"
authors = [
{ name = "Michael Cohen", email = "scudette@gmail.com" },
Expand Down
Loading