diff --git a/NEWS b/NEWS index 447317047..8dc4016a7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.1.0.dev0 +1.1.0 * Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade. * Added generate-borgmatic-config command for initial config creation. diff --git a/setup.py b/setup.py index 8f8da5c24..a8a867843 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.0.dev0' +VERSION = '1.1.0' setup(