Sfoglia il codice sorgente

Correct changelog addition (#779).

Dan Helfman 1 anno fa
parent
commit
d85c1ee216
2 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 4 2
      NEWS
  2. 1 1
      setup.py

+ 4 - 2
NEWS

@@ -1,3 +1,7 @@
+1.8.5.dev0
+ * #779: Add a "--match-archives" flag to the "check" action for selecting the archives to check,
+   overriding the existing "archive_name_format" and "match_archives" options in configuration.
+
 1.8.4
  * #715: Add a monitoring hook for sending backup status to a variety of monitoring services via the
    Apprise library. See the documentation for more information:
@@ -9,8 +13,6 @@
    support empty sections without erroring.
  * #774: Disallow the "--dry-run" flag with the "borg" action, as borgmatic can't guarantee the Borg
    command won't have side effects.
- * #779: Add a "--match-archives" flag to the "check" action for selecting the archives to check,
-   overriding the existing "archive_name_format" and "match_archives" options in configuration.
 
 1.8.3
  * #665: BREAKING: Simplify logging logic as follows: Syslog verbosity is now disabled by

+ 1 - 1
setup.py

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