From e8f318d6563d22b9c90b00aededd72a9eb9ce749 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Fri, 22 Dec 2017 01:52:56 -0500 Subject: [PATCH] Create new release --- CHANGES | 3 ++- pritunl_client/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 5ac5b8c..ca39edc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-client changelog ======================== -<%= version %> +Version 1.0.1562.28 2017-12-22 +------------------------------ Add support for systemd resolve diff --git a/pritunl_client/__init__.py b/pritunl_client/__init__.py index f712ab8..41a4134 100644 --- a/pritunl_client/__init__.py +++ b/pritunl_client/__init__.py @@ -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__ = 'contact@pritunl.com' __license__ = 'Custom' diff --git a/setup.py b/setup.py index 438d1f3..722cb70 100644 --- a/setup.py +++ b/setup.py @@ -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