Update for release.

This commit is contained in:
Dan 2018-01-02 20:36:52 -08:00
parent d4f52e3137
commit fa210766a2
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -1,6 +1,7 @@
1.1.12.dev0
1.1.12
* #45: Declare dependency on pykwalify 1.6 or above, as older versions yield "Unknown key: version"
rule errors.
* Support for Borg --keep-minutely prune option.
1.1.11
* #25: Add "ssh_command" to configuration for specifying a custom SSH command or options.

View File

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