We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c84f8 commit 18cc49fCopy full SHA for 18cc49f
2 files changed
Makefile
@@ -2,7 +2,7 @@ INSTALL := install
2
DESTDIR := /
3
PREFIX := /usr
4
PACKAGE := openvpn-netfilter
5
-VERSION := 1.4.1
+VERSION := 1.5.0
6
.DEFAULT: coverage
7
.PHONY: coverage coveragereport pep8 pylint pythonrpm rpm pythonrpm3 servicerpm pypi install clean
8
TEST_FLAGS_FOR_SUITE := -m unittest discover -f
setup.py
@@ -13,7 +13,7 @@
13
import subprocess
14
from setuptools import setup
15
16
-VERSION = '1.4.1'
+VERSION = '1.5.0'
17
18
19
def git_version():
0 commit comments