forked from third-party-mirrors/zfs_autobackup
no longer git tag in setup.py
This commit is contained in:
parent
8a09a49951
commit
bbe7a112fd
@ -7,7 +7,7 @@
|
||||
|
||||
* Complete rewrite, cleaner object oriented code.
|
||||
* Python 3 and 2 support.
|
||||
* Automated regression against real ZFS environment.
|
||||
* Automated regression test against real ZFS environment.
|
||||
* Installable via [pip](https://pypi.org/project/zfs-autobackup/).
|
||||
* Backwards compatible with your current backups and parameters.
|
||||
* Progressive thinning (via a destroy schedule. default schedule should be fine for most people)
|
||||
|
@ -23,7 +23,7 @@ if sys.stdout.isatty():
|
||||
colorama = False
|
||||
pass
|
||||
|
||||
VERSION = "3.0.1-beta1"
|
||||
VERSION = "3.0.1-beta3"
|
||||
HEADER = "zfs-autobackup v{} - Copyright 2020 E.H.Eefting (edwin@datux.nl)".format(VERSION)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user