Bumping version for release.

This commit is contained in:
Dan Helfman 2018-01-15 20:55:49 -08:00
parent 62526038d6
commit ef76e87477
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
1.1.14.dev0
1.1.14
* #49: Fix for typo in --patterns-from option.
* #47: Support for Borg --dry-run option via borgmatic command-line.

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '1.1.14.dev0'
VERSION = '1.1.14'
setup(