Sfoglia il codice sorgente

Bump version for release.

Dan Helfman 1 mese fa
parent
commit
cdbfe1c1e9
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-2.0.5.dev0
+2.0.5
  * #1033: Add a "password_transport" option to the MariaDB and MySQL database hooks for customizing
    how borgmatic transmits passwords to the database client.
  * #1078: Add "keep_3monthly" and "keep_13weekly" options for customizing "prune" action archive

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [project]
 name = "borgmatic"
-version = "2.0.5.dev0"
+version = "2.0.5"
 authors = [
   { name="Dan Helfman", email="witten@torsion.org" },
 ]