@@ -1,3 +1,6 @@
+1.5.14.dev0
+ *
+
1.5.13
* #373: Document that passphrase is used for Borg keyfile encryption, not just repokey encryption.
* #404: Add support for ruamel.yaml 0.17.x YAML parsing library.
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-VERSION = '1.5.13'
+VERSION = '1.5.14.dev0'
setup(
@@ -20,7 +20,7 @@ pykwalify==1.7.0
pytest==6.1.2
pytest-cov==2.10.1
python-dateutil==2.8.1
-PyYAML==5.3.1
+PyYAML==5.4.1
regex; python_version >= '3.8'
requests==2.25.0
ruamel.yaml>0.15.0,<0.18.0