Skip to content

Commit

Permalink
Merge pull request #279 from DiamondLightSource/pre_v0.9.5
Browse files Browse the repository at this point in the history
bump version to 0.9.5
  • Loading branch information
dperl-dls authored Aug 14, 2024
2 parents 07b9abc + 1bdf86c commit 0698e18
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.4
current_version = 0.9.5
commit = True
tag = True

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.9.5

### Changed
- Dependency pin to Pydantic <2 removed

## 0.9.4

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nexgen"
version = "0.9.4"
version = "0.9.5"
description = "Next Generation Nexus Generator"
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
2 changes: 1 addition & 1 deletion src/nexgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

__author__ = "Diamond Light Source - Scientific Software"
__email__ = "[email protected]"
__version__ = "0.9.4"
__version__ = "0.9.5"
__version_tuple__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit 0698e18

Please sign in to comment.