Skip to content

Commit

Permalink
updated changelog;
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenBrinckmann committed Dec 19, 2024
1 parent 9601417 commit 639021b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [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)

## [v3.0.0b7](https://github.com/PASTA-ELN/pasta-eln/tree/v3.0.0b7) (2024-12-16)

[Full Changelog](https://github.com/PASTA-ELN/pasta-eln/compare/v3.0.0b6...v3.0.0b7)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
version = "3.0.1"
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion pasta_eln/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" EMPTY INIT FILE """
__version__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit 639021b

Please sign in to comment.