Skip to content

Commit 18cc49f

Browse files
committed
Update to 1.5.0
1 parent 47c84f8 commit 18cc49f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ INSTALL := install
22
DESTDIR := /
33
PREFIX := /usr
44
PACKAGE := openvpn-netfilter
5-
VERSION := 1.4.1
5+
VERSION := 1.5.0
66
.DEFAULT: coverage
77
.PHONY: coverage coveragereport pep8 pylint pythonrpm rpm pythonrpm3 servicerpm pypi install clean
88
TEST_FLAGS_FOR_SUITE := -m unittest discover -f

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import subprocess
1414
from setuptools import setup
1515

16-
VERSION = '1.4.1'
16+
VERSION = '1.5.0'
1717

1818

1919
def git_version():

0 commit comments

Comments
 (0)