Cutting a release.

This commit is contained in:
Dan Helfman 2016-04-10 16:01:05 -07:00
parent df9cc6a7d2
commit 2359135327
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -1,8 +1,8 @@
0.1.8.dev0
0.1.8
* Fix for handling of spaces in source_directories which resulted in backup up everything.
* Fix for broken links to Borg documentation.
* At verbosity zero, suppressing Borg check spew to stderr about "Checking segments".
* At verbosity zero, suppressing Borg check stderr spew about "Checking segments".
* Support for Borg --one-file-system.
* Support for Borg create --umask.
* Support for file globs in source_directories.

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '0.1.8.dev0'
VERSION = '0.1.8'
setup(