Bump version for release.
This commit is contained in:
parent
6096a7181c
commit
8ec1ec527e
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.2.15.dev0
|
1.2.15
|
||||||
* #127: Remove date echo from schema example, as it's not a substitute for real logging.
|
* #127: Remove date echo from schema example, as it's not a substitute for real logging.
|
||||||
* #132: Leave exclude_patterns glob expansion to Borg, since doing it in borgmatic leads to
|
* #132: Leave exclude_patterns glob expansion to Borg, since doing it in borgmatic leads to
|
||||||
confusing behavior.
|
confusing behavior.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
VERSION = '1.2.15.dev0'
|
VERSION = '1.2.15'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue