Skip to content

Commit

Permalink
Bump to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Feb 27, 2025
1 parent 13701f8 commit d0dc28c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM flaport/sax:0.14.2
FROM flaport/sax:0.14.3
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:

docker:
docker build . -t flaport/sax:latest -f Dockerfile.dev
docker build . -t flaport/sax:0.14.2 -f Dockerfile.dev
docker build . -t flaport/sax:0.14.3 -f Dockerfile.dev

pre-commit:
pre-commit install
Expand All @@ -18,7 +18,7 @@ nbrun:

dockerpush:
docker push flaport/sax:latest
docker push flaport/sax:0.14.2
docker push flaport/sax:0.14.3

.PHONY: docs
docs:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = "sax"
copyright = "2023, Apache2"
author = "Floris Laporte"
release = "0.14.2"
release = "0.14.3"
extensions = [
"myst_nb",
"matplotlib.sphinxext.plot_directive",
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 @@ requires = ["setuptools", "pip", "build", "wheel"]

[project]
name = "sax"
version = "0.14.2"
version = "0.14.3"
requires-python = ">=3.11.0"
authors = [
{ name = "Floris Laporte", email = "floris.laporte@gmail.com" },
Expand Down Expand Up @@ -114,7 +114,7 @@ message_template = "Bump to {new_version}"
tag_template = "{new_version}"

[tool.tbump.version]
current = "0.14.2"
current = "0.14.3"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion sax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import annotations

__author__ = "Floris Laporte"
__version__ = "0.14.2"
__version__ = "0.14.3"


from functools import partial as partial
Expand Down

0 comments on commit d0dc28c

Please sign in to comment.