Skip to content

Commit 2cbd5cf

Browse files
committed
UPDATED version to 0.6.10
1 parent 28768ed commit 2cbd5cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ transfer
275275
Changelog
276276
=========
277277

278+
0.6.10
279+
------
280+
* FIXED username should be checked for `None` when building ssh url
281+
278282
0.6.9
279283
-----
280284
* RESOLVED #32 regression, always transferring full snapshots

btrfs_sxbackup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Software Foundation; either version 2 of the License, or (at your option)
66
# any later version.
77

8-
__version__ = '0.6.9'
8+
__version__ = '0.6.10'
99
__author__ = 'Marco Schindler'
1010
__email__ = '[email protected]'
1111
__maintainer__ = '[email protected]'

0 commit comments

Comments
 (0)