mirror of https://github.com/nucypher/nucypher.git
remove pre-commit hook for pushing to master to allow for bumpversion to do its thing.
parent
74e8b71af8
commit
69fd86f965
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 2.1.0-beta.3
|
||||
current_version = 2.1.0-beta.4
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
||||
|
|
|
@ -14,8 +14,6 @@ repos:
|
|||
hooks:
|
||||
|
||||
# Git
|
||||
- id: no-commit-to-branch
|
||||
args: ['--branch', 'master']
|
||||
- id: forbid-new-submodules
|
||||
|
||||
# Files
|
||||
|
|
|
@ -28,7 +28,7 @@ author = 'NuCypher'
|
|||
# The short X.Y version
|
||||
version = ''
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '2.1.0-beta.3'
|
||||
release = '2.1.0-beta.4'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -28,7 +28,7 @@ __url__ = "https://github.com/nucypher/nucypher"
|
|||
|
||||
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
|
||||
|
||||
__version__ = "2.1.0-beta.3"
|
||||
__version__ = "2.1.0-beta.4"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue