Skip to content

Commit

Permalink
no longer git tag in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Feb 2, 2021
1 parent 8a09a49 commit bbe7a11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bin/zfs-autobackup
Original file line number Diff line number Diff line change
Expand Up @@ -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 ([email protected])".format(VERSION)


Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import bin.zfs_autobackup
import os

os.system("git tag -m ' ' -a v{}".format(bin.zfs_autobackup.VERSION))

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit bbe7a11

Please sign in to comment.