Bump version for release.
This commit is contained in:
parent
096be14230
commit
6cb901d083
2 changed files with 2 additions and 2 deletions
2
NEWS
2
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.
|
* Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal.
|
||||||
# #166: Run tests for all installed versions of Python.
|
# #166: Run tests for all installed versions of Python.
|
||||||
* #168: Update README with continuous integration badge.
|
* #168: Update README with continuous integration badge.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.3.4.dev0'
|
VERSION = '1.3.4'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue