Skip to content

Commit 8e3ca13

Browse files
authored
Updates for release and changes for deployment (#3900)
1 parent 501dc44 commit 8e3ca13

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

config/dpkg/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
plaso (20211023-1) unstable; urgency=low
1+
plaso (20211024-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Log2Timeline maintainers <[email protected]> Sat, 23 Oct 2021 17:53:06 +0200
5+
-- Log2Timeline maintainers <[email protected]> Sun, 24 Oct 2021 12:34:30 +0200

plaso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
of log2timeline.
77
"""
88

9-
__version__ = '20211023'
9+
__version__ = '20211024'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ def parse_requirements_from_file(path):
252252
'plaso.parsers.esedb_plugins': ['*.yaml'],
253253
'plaso.parsers.olecf_plugins': ['*.yaml'],
254254
'plaso.parsers.plist_plugins': ['*.yaml'],
255-
'plaso.parsers.winreg_plugins': ['*.yaml']
255+
'plaso.parsers.winreg_plugins': ['*.yaml'],
256+
'plaso.preprocessors': ['*.yaml']
256257
},
257258
zip_safe=False,
258259
scripts=glob.glob(os.path.join('tools', '[a-z]*.py')),

0 commit comments

Comments
 (0)