Skip to content

Commit e27dffb

Browse files
committed
Bump version: 0.4.5rc1 → 0.4.5
1 parent e1a8ec9 commit e27dffb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[bumpversion]
2-
current_version = 0.4.4
3-
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<drop>\d+))?
2+
current_version = 0.4.5
3+
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<drop>\d+))?
44
serialize =
5-
{major}.{minor}.{patch}.{release}{drop}
5+
{major}.{minor}.{patch}{release}{drop}
66
{major}.{minor}.{patch}
77
commit = False
88
tag = False
9-
tag_name = "v{new_version}"
9+
tag_name = v{new_version}
1010
allow_dirty = False
1111

1212
[bumpversion:file:data_migrator/__init__.py]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is a simple data-migration package for python lovers. It is declarative lan
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55

6-
## [0.4.4] - 2017-04-13
6+
## [0.4.5] - 2017-04-13
77
### Changed
88
- First open source structure with MIT license and Apache like notice
99

data_migrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0,4,4,'final',0)
1+
VERSION = (0,4,5,'final',0)
22

33
PACKAGE_NAME = 'data_migrator'

0 commit comments

Comments
 (0)