Bump version: 0.3.2 → 0.3.3
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
History
|
||||
=======
|
||||
|
||||
0.3.3 (2019-01-xx)
|
||||
0.3.3 (2019-01-24)
|
||||
------------------
|
||||
|
||||
- Features:
|
||||
|
@@ -19,7 +19,7 @@ from cinderlib import objects
|
||||
from cinderlib import serialization
|
||||
from cinderlib import workarounds # noqa
|
||||
|
||||
__version__ = '0.3.2'
|
||||
__version__ = '0.3.3'
|
||||
|
||||
DEFAULT_PROJECT_ID = objects.DEFAULT_PROJECT_ID
|
||||
DEFAULT_USER_ID = objects.DEFAULT_USER_ID
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.3.2
|
||||
current_version = 0.3.3
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:\.dev(?P<dev>\d+))?
|
||||
|
Reference in New Issue
Block a user