Compare commits

..

1 Commits

Author SHA1 Message Date
e95967db53 update version 2021-02-07 16:23:09 +01:00
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,4 +11,3 @@ __pycache__
python2.env python2.env
venv venv
.idea .idea
OQ

View File

@ -12,7 +12,7 @@ from zfs_autobackup.ThinnerRule import ThinnerRule
class ZfsAutobackup: class ZfsAutobackup:
"""main class""" """main class"""
VERSION = "3.0.1-beta4" VERSION = "3.0.1-beta7"
HEADER = "zfs-autobackup v{} - Copyright 2020 E.H.Eefting (edwin@datux.nl)".format(VERSION) HEADER = "zfs-autobackup v{} - Copyright 2020 E.H.Eefting (edwin@datux.nl)".format(VERSION)
def __init__(self, argv, print_arguments=True): def __init__(self, argv, print_arguments=True):