Skip to content

Commit

Permalink
Updates for release and changes for deployment (#3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Oct 24, 2021
1 parent 501dc44 commit 8e3ca13
Show file tree
Hide file tree
Showing 3 changed files with 5 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 (20211023-1) unstable; urgency=low
plaso (20211024-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Sat, 23 Oct 2021 17:53:06 +0200
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Sun, 24 Oct 2021 12:34:30 +0200
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__ = '20211023'
__version__ = '20211024'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ def parse_requirements_from_file(path):
'plaso.parsers.esedb_plugins': ['*.yaml'],
'plaso.parsers.olecf_plugins': ['*.yaml'],
'plaso.parsers.plist_plugins': ['*.yaml'],
'plaso.parsers.winreg_plugins': ['*.yaml']
'plaso.parsers.winreg_plugins': ['*.yaml'],
'plaso.preprocessors': ['*.yaml']
},
zip_safe=False,
scripts=glob.glob(os.path.join('tools', '[a-z]*.py')),
Expand Down

0 comments on commit 8e3ca13

Please sign in to comment.