Skip to content

Commit

Permalink
Changes for release (#4579)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 12, 2023
1 parent 7c2b1b0 commit 1d28782
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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 (20230226-1) unstable; urgency=low
plaso (20230311-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <[email protected]> Sun, 26 Feb 2023 11:04:52 +0100
-- Log2Timeline maintainers <[email protected]> Sat, 11 Mar 2023 13:54:59 +0100
1 change: 1 addition & 0 deletions dependencies.ini
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ version_property: get_version()
[pyparsing]
dpkg_name: python3-pyparsing
minimum_version: 2.4.2
maximum_version: 3.1.0
rpm_name: python3-pyparsing
version_property: __version__

Expand Down
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__ = '20230226'
__version__ = '20230311'
2 changes: 1 addition & 1 deletion plaso/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'pymodi': ('get_version()', '20210405', None, True),
'pymsiecf': ('get_version()', '20150314', None, True),
'pyolecf': ('get_version()', '20151223', None, True),
'pyparsing': ('__version__', '2.4.2', None, True),
'pyparsing': ('__version__', '2.4.2', '3.1.0', True),
'pyphdi': ('get_version()', '20220110', None, True),
'pyqcow': ('get_version()', '20201213', None, True),
'pyregf': ('get_version()', '20201002', None, True),
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lz4 >= 0.10.0
opensearch-py
pefile >= 2021.5.24
psutil >= 5.4.3
pyparsing >= 2.4.2
pyparsing >= 2.4.2,< 3.1.0
python-dateutil >= 1.5
pytsk3 >= 20210419
pytz
Expand Down

0 comments on commit 1d28782

Please sign in to comment.