File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Used variables:
7
7
export VERSION={VERSION}
8
8
export GPG=3578F667F2F3A5FA
9
9
10
- Update version number in setup.py and CHANGELOG.md :
10
+ Update version number:
11
11
12
- vim -p setup.py coverage_badge/__main__.py CHANGELOG.md
12
+ vim -p setup.py coverage_badge/__main__.py
13
13
14
14
Do a signed commit and signed tag of the release:
15
15
16
- git add setup.py CHANGELOG.md
16
+ git add setup.py coverage_badge/__main__.py
17
17
git commit -S${GPG} -m "Release v${VERSION}"
18
18
git tag -u ${GPG} -m "Release v${VERSION}" v${VERSION}
19
19
Original file line number Diff line number Diff line change 14
14
coverage = None
15
15
16
16
17
- __version__ = '0.2 .0'
17
+ __version__ = '1.0 .0'
18
18
19
19
20
20
DEFAULT_COLOR = '#a4a61d'
Original file line number Diff line number Diff line change 3
3
readme = open ('README.rst' ).read ()
4
4
5
5
setup (name = 'coverage-badge' ,
6
- version = '0.2 .0' ,
6
+ version = '1.0 .0' ,
7
7
description = 'Generate coverage badges for Coverage.py.' ,
8
8
author = 'Danilo Bargen' ,
9
9
20
20
]
21
21
},
22
22
classifiers = [
23
- 'Development Status :: 4 - Beta ' ,
23
+ 'Development Status :: 5 - Production/Stable ' ,
24
24
'Environment :: Console' ,
25
25
'License :: OSI Approved :: MIT License' ,
26
26
'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments