From 8fc4efff886cfdb9e446ffd466f48fc4d2a1f4ae Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 22 Jun 2019 21:35:40 -0700 Subject: [PATCH] Add subcommand note to NEWS. --- NEWS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c807762d6..101384314 100644 --- a/NEWS +++ b/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 * #191: Disable console color via "color" option in borgmatic configuration output section. diff --git a/setup.py b/setup.py index 8fa6485ed..72c252b8e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.3.8' +VERSION = '1.4.0.dev0' setup(