mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
Bump version number to 0.6
This commit is contained in:
parent
b718a443a8
commit
e2648aebb0
2 changed files with 10 additions and 1 deletions
9
CHANGES
Normal file
9
CHANGES
Normal file
|
@ -0,0 +1,9 @@
|
|||
Attic Changelog
|
||||
===============
|
||||
|
||||
Here you can see the full list of changes between each darc release.
|
||||
|
||||
Version 0.6
|
||||
-----------
|
||||
|
||||
First public release on July 9, 2013
|
|
@ -1,4 +1,4 @@
|
|||
# This is a python package
|
||||
|
||||
__version__ = '0.6'
|
||||
__release__ = __version__ + 'dev'
|
||||
__release__ = __version__
|
||||
|
|
Loading…
Reference in a new issue