From cb9c39943af6bae96e4026aea3d31c4db8f030e0 Mon Sep 17 00:00:00 2001 From: cyrraz Date: Fri, 19 Apr 2024 09:14:28 +0900 Subject: [PATCH] update to v1.2.2 --- README.rst | 2 +- docs/conf.py | 4 ++-- src/plothist/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6b0b4931..a0fdcd26 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/docs/conf.py b/docs/conf.py index 61566954..d8356157 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/src/plothist/__init__.py b/src/plothist/__init__.py index 720932b8..0f4cd665 100644 --- a/src/plothist/__init__.py +++ b/src/plothist/__init__.py @@ -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,