Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.0](v4.0.6...v4.1.0) (2024-07-18)

### Features

* cleaning up pipeline ([3cb49e3](3cb49e3))
* cleaning up pipeline ([5f08067](5f08067))
* disabling pre-release to pypi, leaving it in for troubleshooting pypi problems in the future. ([50eec6b](50eec6b))
* re-enabling tags in pipeline, prefering adding the skip ci tag in the commit message of semantic release ([e378d9e](e378d9e))

### Bug Fixes

* merging last pre-release commit ([590ee5e](590ee5e))
* splitting variables and secrets and reconfiguring pipeline to use new structure. Also added an indicator to skip the ci pipeline if pyproject.toml ([4c93fda](4c93fda))
  • Loading branch information
semantic-release-bot committed Jul 18, 2024
1 parent 590ee5e commit 9461d81
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.0](https://github.com/svange/openbrain/compare/v4.0.6...v4.1.0) (2024-07-18)


### Features

* cleaning up pipeline ([3cb49e3](https://github.com/svange/openbrain/commit/3cb49e35a5c706900ea237c60fabf01e33600b1b))
* cleaning up pipeline ([5f08067](https://github.com/svange/openbrain/commit/5f08067a54802243fcfc2ba84f310e015089c965))
* disabling pre-release to pypi, leaving it in for troubleshooting pypi problems in the future. ([50eec6b](https://github.com/svange/openbrain/commit/50eec6b73ded4ce4d9bc88ecbd82100c22a9c637))
* re-enabling tags in pipeline, prefering adding the skip ci tag in the commit message of semantic release ([e378d9e](https://github.com/svange/openbrain/commit/e378d9ecf7fa024ffccaecfe7aa7df0a6421b7de))


### Bug Fixes

* merging last pre-release commit ([590ee5e](https://github.com/svange/openbrain/commit/590ee5e49a667e18d42e4d8c6fae81c95d001eaa))
* splitting variables and secrets and reconfiguring pipeline to use new structure. Also added an indicator to skip the ci pipeline if pyproject.toml ([4c93fda](https://github.com/svange/openbrain/commit/4c93fda98a4bd196f0295c21ae709151da762ba6))

# CHANGELOG

## v4.1.0-dev.2 (2024-07-18)
Expand Down
2 changes: 1 addition & 1 deletion openbrain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.0.6"
__version__ = "4.1.0"

# import os
# from pathlib import Path
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 = "openbrain"
version = "4.0.6"
version = "4.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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9461d81

Please sign in to comment.