Cutting a release.
This commit is contained in:
parent
0ea5824427
commit
9e45da75cb
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
VERSION = '0.1.8.dev0'
|
||||
VERSION = '0.1.8'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue