소스 검색

Set to release version.

Dan Helfman 6 년 전
부모
커밋
31db6faa19
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.2.3.dev0
+1.2.3
  * #64, #90, #92: Rewrite of logging system. Now verbosity flags passed to Borg are derived from
    borgmatic's log level. Note that the output of borgmatic might slightly change.
  * Part of #80: Support for Borg create --read-special via "read_special" option in borgmatic's

+ 1 - 1
setup.py

@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 
-VERSION = '1.2.3.dev0'
+VERSION = '1.2.3'
 
 
 setup(