Skip to content

Commit

Permalink
Final version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidy committed Oct 27, 2017
1 parent 63eabd5 commit 349a03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macromilter/macromilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
## 3.1 - 10.01.2017 sbidy - Bugfix for whitelist exception
## 3.2 - 12.01.2017 sbidy - Fix for exceptions.UnboundLocalError, possible fix for #10 zip - extraction did not work properly
## 3.3 - 05.10.2017 sbidy - Update directory for FHS conformity see #13
## 3.4 - 27.10.2017 sbidy - Update and fix some bug #19, #18 and #17 - create release
## 3.4 - 27.10.2017 sbidy - Update and fix some bugs #19, #18 and #17 - create release

# The MIT License (MIT)

Expand Down Expand Up @@ -84,7 +84,7 @@
from zipfile import ZipFile, is_zipfile

## Config see ./config.ini
__version__ = '3.3' # version
__version__ = '3.4' # version

# get the config from FHS confrom dir (bug #13)
CONFIG = os.path.join(os.path.dirname("/etc/macromilter/"),"config.ini")
Expand Down

0 comments on commit 349a03b

Please sign in to comment.