remove pre-commit hook for pushing to master to allow for bumpversion to do its thing.

pull/1956/head
Kieran Prasch 2020-05-04 08:55:04 -07:00
parent 74e8b71af8
commit 69fd86f965
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
4 changed files with 3 additions and 5 deletions

View File

@ -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+))?

View File

@ -14,8 +14,6 @@ repos:
hooks:
# Git
- id: no-commit-to-branch
args: ['--branch', 'master']
- id: forbid-new-submodules
# Files

View File

@ -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 ---------------------------------------------------

View File

@ -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"