Skip to content

Commit

Permalink
Merge pull request #178 from spotify/update-manifest
Browse files Browse the repository at this point in the history
Adding release 5.0.1
  • Loading branch information
tjofas authored Oct 16, 2024
2 parents 5c2892d + 02b4c57 commit cb401e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

5.0.1 (2024-10-16)
------------------

* Bugfixes to render project description correctly on PyPi

5.0.0 (2024-10-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Chartify
========

![Status](https://img.shields.io/badge/Status-Beta-blue.svg)
![Latest release](https://img.shields.io/badge/Release-5.0.0-blue.svg "Latest release: 5.0.0")
![Latest release](https://img.shields.io/badge/Release-5.0.1-blue.svg "Latest release: 5.0.1")
![python](https://img.shields.io/badge/Python-3.9-blue.svg "Python 3.9")
![python](https://img.shields.io/badge/Python-3.10-blue.svg "Python 3.10")
![python](https://img.shields.io/badge/Python-3.11-blue.svg "Python 3.11")
Expand Down
2 changes: 1 addition & 1 deletion chartify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

__author__ = """Chris Halpert"""
__email__ = "[email protected]"
__version__ = "5.0.0"
__version__ = "5.0.1"

_IPYTHON_INSTANCE = False

Expand Down

0 comments on commit cb401e0

Please sign in to comment.