浏览代码

Add subcommand note to NEWS.

Dan Helfman 6 年之前
父节点
当前提交
8fc4efff88
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      NEWS
  2. 1 1
      setup.py

+ 4 - 0
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.
 

+ 1 - 1
setup.py

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