Skip to content

Commit

Permalink
Merge pull request #180 from intelowlproject/develop
Browse files Browse the repository at this point in the history
bumped version number
  • Loading branch information
mlodic authored Sep 3, 2020
2 parents 9d35ee8 + 32869d2 commit 9b527b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### the COMPOSE_FILE variable each separated with ':'. If you are on windows, replace all ':' with ';'.
### Reference to Docker's official Docs: https://docs.docker.com/compose/reference/envvars/#compose_file#compose_file

INTELOWL_TAG_VERSION=v1.5.1
INTELOWL_TAG_VERSION=v1.6.0

###### Default (Production) ######

Expand Down
3 changes: 3 additions & 0 deletions api_app/script_analyzers/file_analyzers/doc_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ def manage_encrypted_doc(self):
decrypted_file_name = self.vbaparser.decrypt_file(
self.passwords_to_check
)
self.olevba_results[
"additional_passwords_tried"
] = self.passwords_to_check
if decrypted_file_name:
self.vbaparser = VBA_Parser(decrypted_file_name)
else:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Matteo Lodi"

# The full version, including alpha/beta/rc tags
release = "1.5.1"
release = "1.6.0"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 9b527b5

Please sign in to comment.