diff --git a/NEWS b/NEWS index ee65b061..d67c01ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.1.16.dev0 + * Add introductory screencast link to documentation. + 1.1.15 * Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file. * Fix for Borg create error when using borgmatic's --dry-run and --verbosity options together. diff --git a/README.md b/README.md index 2c71a784..b78e53b6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ borgmatic is hosted at with [source code available](https://projects.torsion.org/witten/borgmatic). It's also mirrored on [GitHub](https://github.com/witten/borgmatic) for convenience. + + ## Installation diff --git a/setup.py b/setup.py index 82e22ab7..f510183f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.15' +VERSION = '1.1.16.dev0' setup(