Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 8, 2016
1 parent 2b462ef commit a4b826a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Pritunl Changelog
=================

<%= version %>
Version 1.25.1122.55 2016-10-08
-------------------------------

Fix issue with removing routes

Expand Down
2 changes: 1 addition & 1 deletion pritunl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pritunl.constants import *

__title__ = 'pritunl'
__version__ = '1.25.1122.21'
__version__ = '1.25.1122.55'
__author__ = 'Pritunl'
__email__ = '[email protected]'
__license__ = 'Custom'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4b826a

Please sign in to comment.