Setting release version.
This commit is contained in:
parent
499f8aa0a4
commit
7c0407ed22
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.1.0.dev0
|
1.1.0
|
||||||
|
|
||||||
* Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
|
* Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
|
||||||
* Added generate-borgmatic-config command for initial config creation.
|
* Added generate-borgmatic-config command for initial config creation.
|
||||||
|
|
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.0.dev0'
|
VERSION = '1.1.0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue