Skip to content

Commit cb401e0

Browse files
authored
Merge pull request #178 from spotify/update-manifest
Adding release 5.0.1
2 parents 5c2892d + 02b4c57 commit cb401e0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History
22
=======
33

4+
5.0.1 (2024-10-16)
5+
------------------
6+
7+
* Bugfixes to render project description correctly on PyPi
8+
49
5.0.0 (2024-10-16)
510
------------------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Chartify
22
========
33

44
![Status](https://img.shields.io/badge/Status-Beta-blue.svg)
5-
![Latest release](https://img.shields.io/badge/Release-5.0.0-blue.svg "Latest release: 5.0.0")
5+
![Latest release](https://img.shields.io/badge/Release-5.0.1-blue.svg "Latest release: 5.0.1")
66
![python](https://img.shields.io/badge/Python-3.9-blue.svg "Python 3.9")
77
![python](https://img.shields.io/badge/Python-3.10-blue.svg "Python 3.10")
88
![python](https://img.shields.io/badge/Python-3.11-blue.svg "Python 3.11")

chartify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
__author__ = """Chris Halpert"""
2525
__email__ = "chalpert@spotify.com"
26-
__version__ = "5.0.0"
26+
__version__ = "5.0.1"
2727

2828
_IPYTHON_INSTANCE = False
2929

0 commit comments

Comments
 (0)