Skip to content

Commit

Permalink
Bump version 0.1.4 -> 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
acederberg committed Jul 1, 2024
1 parent 6784897 commit 4817645
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: '..'
dockerfile: './docker/dockerfile'
target: development
image: acederberg/captura-development:0.1.4
image: acederberg/captura-development:0.1.5
container_name: captura-server
ports:
- target: 8080
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[project]
authors = [{name = "Adrian Cederberg", email = "[email protected]"}, ]
name = "captura"
version = "0.1.4"
version = "0.1.5"
description = "An api to serve markdown and reStructured text as json or rendered HTML."
readme = "README.rst"
keywords = ["api", "rst", "markdown"]
Expand Down Expand Up @@ -153,7 +153,7 @@ warn_required_dynamic_aliases = true


[tool.bumpver]
current_version = "0.1.4"
current_version = "0.1.5"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

from . import hooks, util
from .auth import Auth
Expand Down

0 comments on commit 4817645

Please sign in to comment.