From da3dee27ef7469e8128153f4112bf303d07bd905 Mon Sep 17 00:00:00 2001 From: Philippe THOMY Date: Thu, 23 May 2024 15:10:18 +0200 Subject: [PATCH] v2.0.1 --- docs/README.md | 1 + docs/release.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 079e2a3..41cd423 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,6 +11,7 @@ The documentation presents : - API - [dev](https://loco-philippe.github.io/ntv-pandas/ntv_pandas.html) + - [v2.0.1](https://loco-philippe.github.io/ntv-pandas/v2.0.1/ntv_pandas.html) - [v2.0.0](https://loco-philippe.github.io/ntv-pandas/v2.0.0/ntv_pandas.html) - [v1.1.1](https://loco-philippe.github.io/ntv-pandas/v1.1.1/ntv_pandas.html) - [v1.1.0](https://loco-philippe.github.io/ntv-pandas/v1.1.0/ntv_pandas.html) diff --git a/docs/release.rst b/docs/release.rst index 514fdb6..564e148 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -1,6 +1,13 @@ Version x.y.z ============= +2.0.1 (2024-05-23) +-------------------- +- bug #12 (python 3.10) +- enh #4 (Unification of parameters in to_xarray, to_scipp and to_dataframe) +- add CI processus (Github Workflow) +- pre-commit integration + 2.0.0 (2024-05-06) -------------------- - extension to multidimensional interfaces diff --git a/setup.py b/setup.py index 0c7d6b7..68d0520 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="ntv_pandas", - version="2.0.0", + version="2.0.1", description="NTV-pandas : A tabular analyzer and a semantic, compact and reversible converter", long_description=long_description, long_description_content_type="text/markdown",