Skip to content

Commit 83173ec

Browse files
committed
[skip ci] Add version badge on README.
1 parent 7418487 commit 83173ec

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ travis-python
22
=============
33
Helps to install Python to Travis CI machines in Linux, macOS and Windows.
44

5+
[![Latest release][release-badge]][ci]
56
[![Build Status][ci-badge]][ci]
67
[![License][license-badge]][license]
78

@@ -165,15 +166,16 @@ in the next release.
165166
License
166167
-------
167168

168-
`travis-python` is licensed under the [GNU GPL 3 or later].
169+
`travis-python` is licensed under the [GNU GPL 3 or later][license].
169170

171+
[license]: https://github.com/neimad/travis-python/blob/master/LICENSE.md
172+
[the changelog]: CHANGELOG.md
170173
[ci]: https://travis-ci.org/neimad/travis-python
171174
[ci-badge]: https://img.shields.io/travis/neimad/travis-python?style=flat-square
172-
[license]: https://github.com/neimad/travis-python/blob/master/LICENSE.md
175+
[release-badge]: https://img.shields.io/github/v/tag/neimad/travis-python?sort=semver&style=flat-square
176+
173177
[license-badge]: https://img.shields.io/github/license/neimad/travis-python?style=flat-square
174178
[look at the existing tickets]: https://github.com/neimad/travis-python/issues
175179
[make a pull request]: https://github.com/neimad/travis-python/pulls
176-
[the changelog]: CHANGELOG.md
177-
[GNU GPL 3 or later]: LICENSE.md
178180
[travis-python-versions]: https://docs.travis-ci.com/user/languages/python/#specifying-python-versions
179181
[shellspec]: https://shellspec.info

0 commit comments

Comments
 (0)