Skip to content
Snippets Groups Projects
Commit 37c00d8f authored by Amir Rachum's avatar Amir Rachum
Browse files

Bump version: 3.0.0rc → 3.0.0

parent 9ed04190
No related branches found
No related tags found
No related merge requests found
[bumpversion]
current_version = 3.0.0rc
current_version = 3.0.0
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
serialize =
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@ from setuptools import setup
import sys
 
# Do not update the version manually - it is managed by `bumpversion`.
version = '3.0.0rc'
version = '3.0.0'
 
 
requirements = [
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ except ImportError:
 
 
# Do not update the version manually - it is managed by `bumpversion`.
__version__ = '3.0.0rc'
__version__ = '3.0.0'
log = logging.getLogger(__name__)
 
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment