Skip to content

Commit 9118c02

Browse files
authored
Merge pull request #655 from MartinThoma/changelog-docs
Readme: Add release/changelog link
2 parents 6df81ae + 453153a commit 9118c02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -594,3 +594,8 @@ for family in text_string_to_metric_families(u"my_gauge 1.0\n"):
594594
for sample in family.samples:
595595
print("Name: {0} Labels: {1} Value: {2}".format(*sample))
596596
```
597+
598+
## Links
599+
600+
* [Releases](https://github.com/prometheus/client_python/releases): The releases page shows the history of the project and acts as a changelog.
601+
* [PyPI](https://pypi.python.org/pypi/prometheus_client)

0 commit comments

Comments
 (0)