diff --git a/CHANGELOG.md b/CHANGELOG.md index 548b0209..5723b372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v3.0.2](https://github.com/PASTA-ELN/pasta-eln/tree/v3.0.2) (2024-12-19) + +[Full Changelog](https://github.com/PASTA-ELN/pasta-eln/compare/v3.0.0...v3.0.2) + ## [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.1...v3.0.0) diff --git a/docs/source/conf.py b/docs/source/conf.py index e9e99162..bb14f120 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.2" +version = "3.0.3b1" 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 c7797966..cd463f05 100644 --- a/pasta_eln/__init__.py +++ b/pasta_eln/__init__.py @@ -1,2 +1,2 @@ """ EMPTY INIT FILE """ -__version__ = "3.0.2" +__version__ = "3.0.3b1"