From 47d8e8e9858e52738f4ac2e6efcee4582a9f307d Mon Sep 17 00:00:00 2001 From: Steffen Brinckmann Date: Thu, 19 Dec 2024 16:44:54 +0100 Subject: [PATCH] updated changelog; --- CHANGELOG.md | 6 +++++- docs/source/conf.py | 2 +- pasta_eln/__init__.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f80b83a0..548b0209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## [v3.0.0](https://github.com/PASTA-ELN/pasta-eln/tree/v3.0.0) (2024-12-19) -[Full Changelog](https://github.com/PASTA-ELN/pasta-eln/compare/v3.0.0b7...v3.0.0) +[Full Changelog](https://github.com/PASTA-ELN/pasta-eln/compare/v3.0.1...v3.0.0) + +## [v3.0.1](https://github.com/PASTA-ELN/pasta-eln/tree/v3.0.1) (2024-12-19) + +[Full Changelog](https://github.com/PASTA-ELN/pasta-eln/compare/v3.0.0b7...v3.0.1) ## [v3.0.0b7](https://github.com/PASTA-ELN/pasta-eln/tree/v3.0.0b7) (2024-12-16) diff --git a/docs/source/conf.py b/docs/source/conf.py index a06b742e..e9e99162 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -78,7 +78,7 @@ # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -version = "3.0.1" +version = "3.0.2" release = version # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/pasta_eln/__init__.py b/pasta_eln/__init__.py index 0b52281d..c7797966 100644 --- a/pasta_eln/__init__.py +++ b/pasta_eln/__init__.py @@ -1,2 +1,2 @@ """ EMPTY INIT FILE """ -__version__ = "3.0.1" +__version__ = "3.0.2"