Skip to content

Commit

Permalink
chore(release): 1.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 1, 2023
1 parent 2962d51 commit 8bfaa5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.3.0-alpha.2](https://github.com/novuhq/novu-python/compare/v1.3.0-alpha.1...v1.3.0-alpha.2) (2023-06-01)


### Features

* **api:** add the inbound-parse api ([#35](https://github.com/novuhq/novu-python/issues/35)) ([2962d51](https://github.com/novuhq/novu-python/commit/2962d51d415bfa095b7ca3bf452d31b9e34c4e38)), closes [#8](https://github.com/novuhq/novu-python/issues/8)
* **api:** allow to override the timeout of `requests` module ([e1a5064](https://github.com/novuhq/novu-python/commit/e1a5064c23db2564d2ce4dcbdf99e63b3940d3d6))
* **api:** allow users to provide a `requests` Session ([#34](https://github.com/novuhq/novu-python/issues/34)) ([75fdaf6](https://github.com/novuhq/novu-python/commit/75fdaf615273dcafc386cdb7bbc4d09f7be1607d)), closes [#25](https://github.com/novuhq/novu-python/issues/25)

# [1.3.0-alpha.1](https://github.com/novuhq/novu-python/compare/v1.2.1-alpha.1...v1.3.0-alpha.1) (2023-05-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "This project aims to provide a wrapper for the Novu API."
keywords = ["novu", "python", "sdk", "api", "wrapper"]
name = "novu"
version = "1.3.0-alpha.1"
version = "1.3.0-alpha.2"

documentation = "https://novu-python.readthedocs.io/en/latest"
homepage = "https://novu-python.readthedocs.io/en/latest"
Expand Down

0 comments on commit 8bfaa5f

Please sign in to comment.