Skip to content

Commit

Permalink
chore(release): 0.4.12 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.12](v0.4.11...v0.4.12) (2023-09-23)

### Bug Fixes

* pipeline semantic-release ([e7833f8](e7833f8))
* pipeline semantic-release #pr ([108ea42](108ea42))
  • Loading branch information
semantic-release-bot committed Sep 23, 2023
1 parent 108ea42 commit 7cb1a03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.12](https://github.com/svange/openbrain/compare/v0.4.11...v0.4.12) (2023-09-23)


### Bug Fixes

* pipeline semantic-release ([e7833f8](https://github.com/svange/openbrain/commit/e7833f8ab0c7bb4d8c6d85f804ab281012118334))
* pipeline semantic-release #pr ([108ea42](https://github.com/svange/openbrain/commit/108ea42bce60d798e751b44efaee035ffa080721))

## [0.4.11](https://github.com/svange/openbrain/compare/v0.4.10...v0.4.11) (2023-09-23)


Expand Down
2 changes: 1 addition & 1 deletion openbrain/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.11"
__version__ = "0.4.12"
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 = "openbrain"
version = "0.4.11"
version = "0.4.12"
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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7cb1a03

Please sign in to comment.