Skip to content

Commit c1e10e1

Browse files
committed
New version. Ubuntu 17.10 support.
1 parent 7e9f832 commit c1e10e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PYTHON ?= python2
1010

1111
# Debian distos to create packages for
1212
DISTROS= \
13+
artful \
1314
xenial \
1415
trusty \
1516
precise \

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def package_files(package_path, directory_name):
2222
data_files = package_files(package_path, "data")
2323

2424
setup(name='git-auto-deploy',
25-
version='0.16',
25+
version='0.17',
2626
url='https://github.com/olipo186/Git-Auto-Deploy',
2727
author='Oliver Poignant',
2828
author_email='[email protected]',

0 commit comments

Comments
 (0)