Add subcommand note to NEWS.

This commit is contained in:
Dan Helfman 2019-06-22 21:35:40 -07:00
parent 4bf3e906a1
commit 8fc4efff88
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
1.4.0.dev0
* #195: Switch to command-like actions as more traditional sub-commands, e.g. "borgmatic create",
"borgmatic prune", etc. However, the classic dashed options like "--create" still work!
1.3.8
* #191: Disable console color via "color" option in borgmatic configuration output section.

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.3.8'
VERSION = '1.4.0.dev0'
setup(