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

Bump version: 2.1.1 → 2.1.2rc

parent d2bc5d2a
No related branches found
No related tags found
No related merge requests found
[bumpversion]
current_version = 2.1.1
current_version = 2.1.2rc
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 = '2.1.1'
version = '2.1.2rc'
 
 
requirements = [
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ except ImportError:
 
 
# Do not update the version manually - it is managed by `bumpversion`.
__version__ = '2.1.1'
__version__ = '2.1.2rc'
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