Skip to content

Commit

Permalink
Bump version: 10.2.3 → 10.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Oct 8, 2024
1 parent 79c4e13 commit 42f5a57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ History
Unreleased / main
-------------------

10.2.4 (2024-10-08)
-------------------

* Compatibility with SQLAlchemy 2. SQLAlchemy 1.4 remains supported.

10.2.0 (2024-08-14)
Expand Down
4 changes: 2 additions & 2 deletions 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 = "ispyb"
version = "10.2.3"
version = "10.2.4"
description = "Python package to access ISPyB database"
authors = [
{ name = "Diamond Light Source", email = "[email protected]" },
Expand Down Expand Up @@ -56,7 +56,7 @@ unfixable = ["F841"]
ignore = ["E501"]

[tool.bumpversion]
current_version = "10.2.3"
current_version = "10.2.4"
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion src/ispyb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import warnings

__version__ = "10.2.3"
__version__ = "10.2.4"

_log = logging.getLogger("ispyb")

Expand Down

0 comments on commit 42f5a57

Please sign in to comment.