瀏覽代碼

Don't make major version bump after all.

Dan Helfman 6 年之前
父節點
當前提交
79c2b9df06
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.4.0.dev0
+1.3.9.dev0
  * #195: Switch to command-like actions as more traditional sub-commands, e.g. "borgmatic create",
  * #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!
    "borgmatic prune", etc. However, the classic dashed options like "--create" still work!
 
 

+ 1 - 1
setup.py

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