Bumping version for release.

This commit is contained in:
Dan Helfman 2018-01-14 16:37:02 -08:00
parent cd189c4fe4
commit 28c890a52d
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
1.1.13.dev0
1.1.13
* #54: Fix for incorrect consistency check flags passed to Borg when all three checks ("repository",
"archives", and "extract") are specified in borgmatic configuration.
* #48: Add "local_path" to configuration for specifying an alternative Borg executable path.

View File

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