Skip to content

Commit

Permalink
chore(releases/2.x): release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ai4-bot authored and alvarolopez committed Aug 9, 2024
1 parent 267ab6a commit 2955a63
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.5.0"
".": "2.5.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.5.1](https://github.com/ai4os/DEEPaaS/compare/v2.5.0...v2.5.1) (2024-08-09)


### Bug Fixes

* also serve static_path from base_path ([267ab6a](https://github.com/ai4os/DEEPaaS/commit/267ab6ad6848757b8cc0a2dfb58e15c80ec0de28)), closes [#111](https://github.com/ai4os/DEEPaaS/issues/111)
* do not pass basePath to aiohttp_apispec ([45c8452](https://github.com/ai4os/DEEPaaS/commit/45c84525566285f089bf82415e337a9adca14fe7)), closes [#111](https://github.com/ai4os/DEEPaaS/issues/111)

## [2.5.0](https://github.com/ai4os/DEEPaaS/compare/v2.4.0...v2.5.0) (2024-08-08)


Expand Down
2 changes: 1 addition & 1 deletion deepaas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import importlib.metadata
from pathlib import Path

__version__ = "2.5.0"
__version__ = "2.5.1"


def extract_version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deepaas"
version = "2.5.0"
version = "2.5.1"
description = "DEEPaaS is a REST API to expose a machine learning model."
authors = ["Alvaro Lopez Garcia <[email protected]>"]
license = "Apache-2"
Expand Down

0 comments on commit 2955a63

Please sign in to comment.