Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Dec 22, 2017
1 parent 10c1afb commit e8f318d
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-client changelog
========================

<%= version %>
Version 1.0.1562.28 2017-12-22
------------------------------

Add support for systemd resolve

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

__title__ = 'pritunl_client'
__version__ = '1.0.1562.27'
__version__ = '1.0.1562.28'
__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 fileinput
import shlex

VERSION = '1.0.1562.27'
VERSION = '1.0.1562.28'
PATCH_DIR = 'build'
install_upstart = True
install_systemd = True
Expand Down

0 comments on commit e8f318d

Please sign in to comment.