Update for release.
This commit is contained in:
parent
d4f52e3137
commit
fa210766a2
2 changed files with 3 additions and 2 deletions
3
NEWS
3
NEWS
|
@ -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"
|
* #45: Declare dependency on pykwalify 1.6 or above, as older versions yield "Unknown key: version"
|
||||||
rule errors.
|
rule errors.
|
||||||
|
* Support for Borg --keep-minutely prune option.
|
||||||
|
|
||||||
1.1.11
|
1.1.11
|
||||||
* #25: Add "ssh_command" to configuration for specifying a custom SSH command or options.
|
* #25: Add "ssh_command" to configuration for specifying a custom SSH command or options.
|
||||||
|
|
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.12.dev0'
|
VERSION = '1.1.12'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue