Compare commits
2 Commits
v3.0.1-bet
...
v3.0.1-bet
| Author | SHA1 | Date | |
|---|---|---|---|
| e95967db53 | |||
| 29e6c056d1 |
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
@ -28,12 +28,12 @@ jobs:
|
|||||||
- name: Install dependencies 3.x
|
- name: Install dependencies 3.x
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install setuptools wheel twine
|
pip3 install setuptools wheel twine
|
||||||
|
|
||||||
- name: Install dependencies 2.x
|
- name: Install dependencies 2.x
|
||||||
run: |
|
run: |
|
||||||
python2 -m pip install --upgrade pip
|
python2 -m pip install --upgrade pip
|
||||||
pip2 install setuptools
|
pip2 install setuptools wheel twine
|
||||||
|
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
env:
|
env:
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,4 +11,3 @@ __pycache__
|
|||||||
python2.env
|
python2.env
|
||||||
venv
|
venv
|
||||||
.idea
|
.idea
|
||||||
OQ
|
|
||||||
@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user