Bumping version for release.
This commit is contained in:
parent
62526038d6
commit
ef76e87477
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.1.14.dev0
|
1.1.14
|
||||||
* #49: Fix for typo in --patterns-from option.
|
* #49: Fix for typo in --patterns-from option.
|
||||||
* #47: Support for Borg --dry-run option via borgmatic command-line.
|
* #47: Support for Borg --dry-run option via borgmatic command-line.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
VERSION = '1.1.14.dev0'
|
VERSION = '1.1.14'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue