Skip to content

Commit ba5a7e9

Browse files
authored
Prep for v0.5.11 release (#341)
* Prep for v0.5.11 release * Add list of contributors
1 parent b8e20f9 commit ba5a7e9

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22
Changelog
33
=========
44

5-
0.x.x (TBD)
5+
0.5.1 (2021-04-06)
66
===========
77

88
* Added timeField field for the Elasticsearch target to allow the alert to change its state
99
* Added nameFilter field for the AlertList panel
1010
* Added dashboardTags field for the AlertList panel
1111

12-
13-
Changes
14-
-------
15-
16-
* ...
17-
12+
Thanks a lot for your contributions to this release, @dafna-starkware
1813

1914
0.5.10 (2021-03-21)
2015
==================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def local_file(name):
1515
# Versions should comply with PEP440. For a discussion on single-sourcing
1616
# the version across setup.py and the project code, see
1717
# https://packaging.python.org/en/latest/single_source_version.html
18-
version='0.5.10',
18+
version='0.5.11',
1919
description='Library for building Grafana dashboards',
2020
long_description=open(README).read(),
2121
url='https://github.com/weaveworks/grafanalib',

0 commit comments

Comments
 (0)