Skip to content

Commit

Permalink
chore(master): release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ai4-bot committed Jun 11, 2024
1 parent 9a9602e commit dfe9b97
Show file tree
Hide file tree
Showing 4 changed files with 10 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.4.0"
".": "2.5.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* add -dev suffix to the version when installed as dev ([9a9602e](https://github.com/ai4os/DEEPaaS/commit/9a9602e63635bcb9dd35705a21af447cf622c114))

## [2.4.0](https://github.com/ai4os/DEEPaaS/compare/v2.3.2...v2.4.0) (2024-06-07)


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.4.0"
__version__ = "2.5.0"


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.4.0"
version = "2.5.0"
description = "DEEPaaS is a REST API to expose a machine learning model."
authors = ["Alvaro Lopez Garcia <aloga@ifca.unican.es>"]
license = "Apache-2"
Expand Down

0 comments on commit dfe9b97

Please sign in to comment.