2
0
Эх сурвалжийг харах

Add "borgmatic restore --schema" flag to NEWS (#375).

Dan Helfman 2 жил өмнө
parent
commit
96d4a8ee45
2 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 4 0
      NEWS
  2. 1 1
      setup.py

+ 4 - 0
NEWS

@@ -1,3 +1,7 @@
+1.7.13.dev0
+ * #375: Restore particular PostgreSQL schemas from a database dump via "borgmatic restore --schema"
+   flag.
+
 1.7.12
 1.7.12
  * #413: Add "log_file" context to command hooks so your scripts can consume the borgmatic log file.
  * #413: Add "log_file" context to command hooks so your scripts can consume the borgmatic log file.
    See the documentation for more information:
    See the documentation for more information:

+ 1 - 1
setup.py

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