Skip to content

Commit ee02b12

Browse files
committed
Merge branch 'release/0.3.2'
2 parents 51e3e7c + 63b2da2 commit ee02b12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.3.2
33
commit = True
44
tag = False
55

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
22
name = gitflow-easyrelease
3-
version = 0.3.1
3+
version = 0.3.2
44
author = CJ Harries
55
author_email = cj@wizardsoftheweb.pro
6-
license = file: LICENSE.rst
6+
license = ISC
77
description = Shortcuts for git flow release with semver support
8-
long_description = file: README.rst
8+
long_description = file: README.rst, LICENSE.rst
99
keywords =
1010
git
1111
gitflow
@@ -16,7 +16,7 @@ classifiers =
1616
Topic :: Software Development :: Version Control :: Git
1717
url = https://github.com/wizardsoftheweb/gitflow-easyrelease#readme
1818
project_urls =
19-
'Issue Tracker' = https://github.com/wizardsoftheweb/gitflow-easyrelease/issues
19+
Issue Tracker = https://github.com/wizardsoftheweb/gitflow-easyrelease/issues
2020

2121
[bdist_wheel]
2222
universal = 1

0 commit comments

Comments
 (0)