Skip to content

Commit 92bc974

Browse files
ai4-botalvarolopez
authored andcommitted
chore(releases/2.x): release 2.6.0
1 parent c0178b7 commit 92bc974

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.2"
2+
".": "2.6.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/ai4os/DEEPaaS/compare/v2.5.2...v2.6.0) (2024-11-11)
4+
5+
6+
### Features
7+
8+
* disable poetry groups (not compatible with Python 3.6) ([a492900](https://github.com/ai4os/DEEPaaS/commit/a492900d2350023de445c362cfa02b46e3639590))
9+
* make requirements compatible with Python 3.6 ([c9ca14d](https://github.com/ai4os/DEEPaaS/commit/c9ca14d84e560e0c6ff14e083426e07f260bcd70))
10+
* stop using `importlib.metadata` incompatible with 3.6 ([c0178b7](https://github.com/ai4os/DEEPaaS/commit/c0178b7016dbaccedb88421b1f541db4c1d18127))
11+
312
## [2.5.2](https://github.com/ai4os/DEEPaaS/compare/v2.5.1...v2.5.2) (2024-08-27)
413

514

deepaas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# import importlib.metadata # does not work with 3.6
1919
from pathlib import Path
2020

21-
__version__ = "2.5.2"
21+
__version__ = "2.6.0"
2222

2323

2424
def extract_version() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deepaas"
3-
version = "2.5.2"
3+
version = "2.6.0"
44
description = "DEEPaaS is a REST API to expose a machine learning model."
55
authors = ["Alvaro Lopez Garcia <[email protected]>"]
66
license = "Apache-2"

0 commit comments

Comments
 (0)