Don't make major version bump after all.

This commit is contained in:
Dan Helfman 2019-06-23 09:23:51 -07:00
parent acd6772148
commit 79c2b9df06
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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",
"borgmatic prune", etc. However, the classic dashed options like "--create" still work!

View File

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