Skip to content

Commit

Permalink
chore(releases/2.x): release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ai4-bot authored and alvarolopez committed Nov 11, 2024
1 parent c0178b7 commit 92bc974
Show file tree
Hide file tree
Showing 4 changed files with 12 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.2"
".": "2.6.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.6.0](https://github.com/ai4os/DEEPaaS/compare/v2.5.2...v2.6.0) (2024-11-11)


### Features

* disable poetry groups (not compatible with Python 3.6) ([a492900](https://github.com/ai4os/DEEPaaS/commit/a492900d2350023de445c362cfa02b46e3639590))
* make requirements compatible with Python 3.6 ([c9ca14d](https://github.com/ai4os/DEEPaaS/commit/c9ca14d84e560e0c6ff14e083426e07f260bcd70))
* stop using `importlib.metadata` incompatible with 3.6 ([c0178b7](https://github.com/ai4os/DEEPaaS/commit/c0178b7016dbaccedb88421b1f541db4c1d18127))

## [2.5.2](https://github.com/ai4os/DEEPaaS/compare/v2.5.1...v2.5.2) (2024-08-27)


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 # does not work with 3.6
from pathlib import Path

__version__ = "2.5.2"
__version__ = "2.6.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.5.2"
version = "2.6.0"
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 92bc974

Please sign in to comment.