소스 검색

Bump version.

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

+ 2 - 2
NEWS

@@ -1,5 +1,5 @@
-1.5.12.dev0
- * 
+1.5.12
+ * Fix for previous release with incorrect version suffix in setup.py. No other changes.
 
 1.5.11
  * #341: Add "temporary_directory" option for changing Borg's temporary directory.

+ 1 - 1
setup.py

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