Skip to content

Commit

Permalink
Merge pull request #242 from dholbach/prep-0.5.6
Browse files Browse the repository at this point in the history
prepare 0.5.6 release
  • Loading branch information
Daniel Holbach authored May 5, 2020
2 parents 224252a + e6a64e9 commit 4879379
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

0.5.6 (TBD)
============
0.5.6 (2020-05-05)
==================

Changes
-------
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
Getting Started with grafanalib
===============================

.. image:: https://circleci.com/gh/weaveworks/grafanalib.svg?style=shield
:target: https://circleci.com/gh/weaveworks/grafanalib

.. image:: https://readthedocs.org/projects/grafanalib/badge/?version=latest
:alt: Documentation Status
:scale: 100%
Expand Down
3 changes: 0 additions & 3 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
Getting Started with grafanalib
===============================

.. image:: https://circleci.com/gh/weaveworks/grafanalib.svg?style=shield
:target: https://circleci.com/gh/weaveworks/grafanalib

Do you like `Grafana <http://grafana.org/>`_ but wish you could version your
dashboard configuration? Do you find yourself repeating common patterns? If
so, grafanalib is for you.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def local_file(name):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.5.5',
version='0.5.6',
description='Library for building Grafana dashboards',
long_description=open(README).read(),
url='https://github.com/weaveworks/grafanalib',
Expand All @@ -33,8 +33,9 @@ def local_file(name):
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: System :: Monitoring',
],
install_requires=[
Expand Down

0 comments on commit 4879379

Please sign in to comment.