From a4b826a2717cc6f4f5a5e0c479202000c2757e20 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Sat, 8 Oct 2016 09:21:34 -0400 Subject: [PATCH] Create new release --- CHANGES | 3 ++- pritunl/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 553f02120..6669830d0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ Pritunl Changelog ================= -<%= version %> +Version 1.25.1122.55 2016-10-08 +------------------------------- Fix issue with removing routes diff --git a/pritunl/__init__.py b/pritunl/__init__.py index 22f81e8f2..78edede43 100644 --- a/pritunl/__init__.py +++ b/pritunl/__init__.py @@ -2,7 +2,7 @@ from pritunl.constants import * __title__ = 'pritunl' -__version__ = '1.25.1122.21' +__version__ = '1.25.1122.55' __author__ = 'Pritunl' __email__ = 'contact@pritunl.com' __license__ = 'Custom' diff --git a/setup.py b/setup.py index 87ab8c102..059651f3e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import shutil import fileinput -VERSION = '1.25.1122.21' +VERSION = '1.25.1122.55' PATCH_DIR = 'build' install_systemd = True install_upstart = False