Skip to content

Commit

Permalink
Merge pull request #150 from cyrraz/update-to-1.2.2
Browse files Browse the repository at this point in the history
update to v1.2.2
  • Loading branch information
cyrraz authored Apr 19, 2024
2 parents 70c013b + cb9c399 commit 2b90c9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ plothist
:target: https://badge.fury.io/py/plothist
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v1.2.1-blue.svg
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v1.2.2-blue.svg
:target: https://plothist.readthedocs.io/en/latest/
.. |Docs from main| image:: https://img.shields.io/badge/docs-main-blue.svg
:target: https://plothist.readthedocs.io/en/main/
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
author = "Cyrille Praz, Tristan Fillinger"

# The short X.Y version
version = "1.2.1"
version = "1.2.2"
# The full version, including alpha/beta/rc tags
release = "1.2.1"
release = "1.2.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/plothist/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plot histograms in a scalable way and a beautiful style."""

__version__ = "1.2.1"
__version__ = "1.2.2"

from .plotters import (
create_comparison_figure,
Expand Down

0 comments on commit 2b90c9a

Please sign in to comment.