Skip to content

Commit

Permalink
Merge pull request #29 from tremendous-rewards/release-please--branch…
Browse files Browse the repository at this point in the history
…es--main--components--tremendous-python

chore(main): release tremendous-python 4.0.1
  • Loading branch information
lucasmazza authored Sep 30, 2024
2 parents ea3a28c + cecb671 commit 0aaf0b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [4.0.1](https://github.com/tremendous-rewards/tremendous-python/compare/tremendous-python-v4.0.0...tremendous-python-v4.0.1) (2024-09-26)


### Bug Fixes

* fix `User-Agent` interpolation ([b8f5637](https://github.com/tremendous-rewards/tremendous-python/commit/b8f56375c51d48ea5636535e585937f244df1bbb))
* regenerate internal classes after spec cleanup ([da9d188](https://github.com/tremendous-rewards/tremendous-python/commit/da9d188f12df022cf245babfd323b00ff4591cbc))
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 = "tremendous"
version = "4.0.0"
version = "4.0.1"
long_description="Python API client for Tremendous"
description = "Python API client for Tremendous"
authors = ["API Support <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tremendous/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.0'
__version__ = '4.0.1'

0 comments on commit 0aaf0b1

Please sign in to comment.