10000 Merge PR149 · drinkingjava/python-versioneer@92f3dc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92f3dc4

Browse files
committed
Merge PR149
2 parents 87878e7 + c90b6fa commit 92f3dc4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Versioneer
66
* Brian Warner
77
* License: Public Domain
88
* Compatible With: python2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, and pypy
9-
* [![Latest Version](https://img.shields.io/pypi/v/versioneer.svg)](https://pypi.python.org/pypi/versioneer/)
10-
* [![Build Status](https://travis-ci.org/warner/python-versioneer.png?branch=master)](https://travis-ci.org/warner/python-versioneer)
9+
* [![Latest Version][pypi-image]][pypi-url]
10+
* [![Build Status][travis-image]][travis-url]
1111

1212
This is a tool for managing a recorded version number in distutils-based
1313
python projects. The goal is to remove the tedious and error-prone "update
@@ -264,3 +264,9 @@ domain. The `_version.py` that it creates is also in the public domain.
264264
Specifically, both are released under the Creative Commons "Public Domain
265265
Dedication" license (CC0-1.0), as described in
266266
https://creativecommons.org/publicdomain/zero/1.0/ .
267+
268+
[pypi-image]: https://img.shields.io/pypi/v/versioneer.svg
269+
[pypi-url]: https://pypi.python.org/pypi/versioneer/
270+
[travis-image]:
271+
https://img.shields.io/travis/warner/python-versioneer/master.svg
272+
[travis-url]: https://travis-ci.org/warner/python-versioneer

0 commit comments

Comments
 (0)
0