Add subcommand note to NEWS.
This commit is contained in:
parent
4bf3e906a1
commit
8fc4efff88
2 changed files with 5 additions and 1 deletions
4
NEWS
4
NEWS
|
@ -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
|
1.3.8
|
||||||
* #191: Disable console color via "color" option in borgmatic configuration output section.
|
* #191: Disable console color via "color" option in borgmatic configuration output section.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.3.8'
|
VERSION = '1.4.0.dev0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue