Bump version: 0.3.3 → 0.3.4
This commit is contained in:
		@@ -19,7 +19,7 @@ from cinderlib import objects
 | 
			
		||||
from cinderlib import serialization
 | 
			
		||||
from cinderlib import workarounds  # noqa
 | 
			
		||||
 | 
			
		||||
__version__ = '0.3.3'
 | 
			
		||||
__version__ = '0.3.4'
 | 
			
		||||
 | 
			
		||||
DEFAULT_PROJECT_ID = objects.DEFAULT_PROJECT_ID
 | 
			
		||||
DEFAULT_USER_ID = objects.DEFAULT_USER_ID
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
[bumpversion]
 | 
			
		||||
current_version = 0.3.3
 | 
			
		||||
current_version = 0.3.4
 | 
			
		||||
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