Skip to content

Commit

Permalink
Updated release script and version (#4767)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 22, 2023
1 parent 73fe1cf commit 49257f6
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@
plaso (20231220-1) unstable; urgency=low
plaso (20231222-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Wed, 20 Dec 2023 06:14:36 +0100
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Fri, 22 Dec 2023 07:36:20 +0100
2 changes: 1 addition & 1 deletion plaso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
of log2timeline.
"""

__version__ = '20231220'
__version__ = '20231222'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = plaso
version = 20230506
version = 20231222
description = Plaso (log2timeline) - Super timeline all the things
long_description = Plaso (log2timeline) is a framework to create super timelines. Its purpose is to extract timestamps from various files found on typical computer systems and aggregate them.
long_description_content_type = text/plain
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 plaso/__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
plaso (${VERSION}-1) unstable; urgency=low
Expand Down

0 comments on commit 49257f6

Please sign in to comment.