Bump version.
This commit is contained in:
parent
667e1e5b15
commit
604b3d5e17
2 changed files with 3 additions and 3 deletions
4
NEWS
4
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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.5.12.dev0'
|
||||
VERSION = '1.5.12'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue