diff --git a/CHANGELOG.md b/CHANGELOG.md index fee1eee9..daf615d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ #Changelog +* 1.7.3: + * Fixes: + * Fixed adding Corporation and Alliance to whitelist + * Fixed some problems with adding bans * 1.7.2: * Fixes: * Allowed Corporations and Alliances to be whitelisted diff --git a/setup.py b/setup.py index 77c56af6..8c2b141a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="EVE Incursion waitlist", - version="1.7.2", + version="1.7.3", author="SpeedProg", author_email="speedprogde@googlemail.com", description="Waitlist geared towards EveOnline Incursion Groups", diff --git a/waitlist/data/version.py b/waitlist/data/version.py index 4f757e58..4198209f 100644 --- a/waitlist/data/version.py +++ b/waitlist/data/version.py @@ -1 +1 @@ -version = "1.7.2-$Format:%h$" +version = "1.7.3-$Format:%h$"