diff --git a/docs/source/conf.py b/docs/source/conf.py index ef382a44..1c92fe94 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = "yadg" -copyright = "2021 - 2024, yadg authors" +copyright = "2021 - 2025, yadg authors" author = "Peter Kraus" release = version diff --git a/docs/source/version.6_0.rst b/docs/source/version.6_0.rst index 958c719a..d5b77689 100644 --- a/docs/source/version.6_0.rst +++ b/docs/source/version.6_0.rst @@ -1,9 +1,5 @@ **yadg** version 6.0 -`````````````````````` -.. warning:: - - This version of yadg is not yet released. - +```````````````````` .. image:: https://img.shields.io/static/v1?label=yadg&message=v6.0&color=blue&logo=github :target: https://github.com/PeterKraus/yadg/tree/6.0 .. image:: https://img.shields.io/static/v1?label=yadg&message=v6.0&color=blue&logo=pypi diff --git a/docs/source/version.6_1.rst b/docs/source/version.6_1.rst new file mode 100644 index 00000000..5ba8c190 --- /dev/null +++ b/docs/source/version.6_1.rst @@ -0,0 +1,25 @@ +**yadg** version 6.1 +```````````````````` +.. warning:: + + This version of yadg is not yet released. + +.. + .. image:: https://img.shields.io/static/v1?label=yadg&message=v6.0&color=blue&logo=github + :target: https://github.com/PeterKraus/yadg/tree/6.0 + .. image:: https://img.shields.io/static/v1?label=yadg&message=v6.0&color=blue&logo=pypi + :target: https://pypi.org/project/yadg/6.0/ + .. image:: https://img.shields.io/static/v1?label=release%20date&message=2024-11-14&color=red&logo=pypi + + +Developed in the `ConCat Lab `_ at Technische Universität Berlin (Berlin, DE). + +New features in ``yadg-6.1`` are: + + +Breaking changes in ``yadg-6.1`` are: + + +Bug fixes in ``yadg-6.1`` include: + + - Fixed metadata extraction and added support for another version of the CVA technique in :mod:`yadg.extractors.eclab.mpr`. Thanks to `@acavell `_ for providing test files. diff --git a/docs/source/version.rst b/docs/source/version.rst index 6605f983..ad78d422 100644 --- a/docs/source/version.rst +++ b/docs/source/version.rst @@ -1,6 +1,8 @@ **yadg** version history ------------------------ +.. include:: version.6_1.rst + .. include:: version.6_0.rst .. include:: version.5_1.rst