diff --git a/CHANGELOG b/CHANGELOG index a7ab1f4..0eea5d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +[2020-03-25] + Released.: 3.1.13 + Modified.: Imports now use new version of imports, and updated setup script (both were pull requests) + [2019-06-17] Released.: 3.1.12 Fixed....: Pyherion including tabs in imports could cause syntax errors, tabs are now stripped only for imports diff --git a/lib/common/messages.py b/lib/common/messages.py index 10f6527..3600d51 100644 --- a/lib/common/messages.py +++ b/lib/common/messages.py @@ -15,7 +15,7 @@ sys.exit() # Current version of Veil -veil_version = "3.1.12" +veil_version = "3.1.13" def title_screen():