From b54733f776e2549ab4f7ef4e3beb6a01443f37db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jul 2024 17:09:29 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] ## [5.1.0](https://github.com/svange/openbrain/compare/v5.0.0...v5.1.0) (2024-07-31) ### Features * standardizing logging across openbrain and ob-api ([56eefc8](https://github.com/svange/openbrain/commit/56eefc8a4baee12ac1b0ee447c5bd0db6d163a1d)) --- CHANGELOG.md | 7 +++++++ openbrain/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e8620..3e469df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.0](https://github.com/svange/openbrain/compare/v5.0.0...v5.1.0) (2024-07-31) + + +### Features + +* standardizing logging across openbrain and ob-api ([56eefc8](https://github.com/svange/openbrain/commit/56eefc8a4baee12ac1b0ee447c5bd0db6d163a1d)) + ## [5.0.0](https://github.com/svange/openbrain/compare/v4.5.3...v5.0.0) (2024-07-27) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index 0c6ec35..eebb9d7 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.0.0" +__version__ = "5.1.0" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index fef2dc1..27003ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "5.0.0" +version = "5.1.0" description = "A package to interact with generative AI and build specialized generative AI workflows. This project is dual-licensed under AGPL-3.0 and a separate commercial license." authors = ["Samuel Vange <7166607+svange@users.noreply.github.com>"] readme = "README.md"