소스 검색

Bump version for release.

Dan Helfman 4 달 전
부모
커밋
c3f4f94190
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      NEWS
  2. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.9.9.dev0
+1.9.9
  * #635: Log the repository path or label on every relevant log message, not just some logs.
  * #961: When the "encryption_passcommand" option is set, call the command once from borgmatic to
    collect the encryption passphrase and pass it to Borg multiple times. See the documentation for

+ 1 - 1
pyproject.toml

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