Bump version: 0.3.2 → 0.3.3

This commit is contained in:
Gorka Eguileor 2019-01-24 17:21:30 +01:00
parent 19d4ca20b8
commit bf6aa77737
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
History
=======
0.3.3 (2019-01-xx)
0.3.3 (2019-01-24)
------------------
- Features:

View File

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

View File

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

View File

@ -55,7 +55,7 @@ extras = {
setuptools.setup(
name='cinderlib',
version='0.3.2',
version='0.3.3',
description=("Cinder Library allows using storage drivers outside of "
"Cinder."),
long_description=readme + '\n\n' + history,