Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
witten committed Nov 21, 2020
1 parent 667e1e5 commit 604b3d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = '1.5.12.dev0'
VERSION = '1.5.12'


setup(
Expand Down

0 comments on commit 604b3d5

Please sign in to comment.