Releasing.
This commit is contained in:
parent
7ed5b33db5
commit
03d50d74ca
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.1.3.dev0
|
1.1.3
|
||||||
|
|
||||||
* #14: Support for running multiple config files in /etc/borgmatic.d/ from a single borgmatic run.
|
* #14: Support for running multiple config files in /etc/borgmatic.d/ from a single borgmatic run.
|
||||||
* Fix for generate-borgmatic-config writing config with invalid one_file_system value.
|
* Fix for generate-borgmatic-config writing config with invalid one_file_system value.
|
||||||
|
|
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.3.dev0'
|
VERSION = '1.1.3'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue