Skip to content

Commit 34e7e43

Browse files
committed
UPDATED version to 0.6.4, readme
1 parent 47fbecc commit 34e7e43

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
@@ -267,6 +267,10 @@ transfer
267267
Changelog
268268
=========
269269

270+
0.6.4
271+
-----
272+
* ADDED support for falling back to transferring full snapshot if latest snapshot (timestamp) does not match on source/destination
273+
270274
0.6.3
271275
-----
272276
* FIXED exception during exception handling in main method

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.3'
8+
__version__ = '0.6.4'
99
__author__ = 'Marco Schindler'
1010
__email__ = '[email protected]'
1111
__maintainer__ = '[email protected]'

0 commit comments

Comments
 (0)