소스 검색

Bump version for release.

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

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.3.4.dev0
+1.3.4
  * Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal.
  # #166: Run tests for all installed versions of Python.
  * #168: Update README with continuous integration badge.

+ 1 - 1
setup.py

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