Skip to content

Commit

Permalink
Merge pull request spotify#35 from spotify/v_2.3.5
Browse files Browse the repository at this point in the history
2.3.5
  • Loading branch information
cphalpert authored Nov 21, 2018
2 parents 41b0d8e + 36ef579 commit 6dbe996
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
History
=======

2.3.5 (2018-11-21)
------------------

Improvements:

* Updated docstrings (Thanks @gregorybchris @ItsPugle!)
* Added SVG output options to Chart.show() and Chart.save()
(Thanks for the suggestion @jdmendoza!)

Bugfixes:

* Fixed bug that caused source label to overlap with xaxis labels.
* Fixed bug that prevented x axis orientation changes
with datetime axes (Thanks for finding @simonwongwong!)
* Fixed bug that caused subtitle to disappear
with `outside_top` legend location (Thanks for finding @simonwongwong!)
* Line segment callout properties will work
correctly. (Thanks @gregorybchris!)

2.3.4 (2018-11-13)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Chartify
|status| |release| |python|

.. |status| image:: https://img.shields.io/badge/Status-Beta-blue.svg
.. |release| image:: https://img.shields.io/badge/Release-2.3.4-blue.svg
.. |release| image:: https://img.shields.io/badge/Release-2.3.5-blue.svg
.. |python| image:: https://img.shields.io/badge/Python-3.6-blue.svg

Chartify is a Python library that makes it easy for data scientists to create charts.
Expand Down
2 changes: 1 addition & 1 deletion chartify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

__author__ = """Chris Halpert"""
__email__ = '[email protected]'
__version__ = '2.3.4'
__version__ = '2.3.5'

_IPYTHON_INSTANCE = False

Expand Down

0 comments on commit 6dbe996

Please sign in to comment.