Skip to content

Commit

Permalink
release: 0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed May 15, 2024
1 parent f1f8b1e commit af257ff
Show file tree
Hide file tree
Showing 4 changed files with 23 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 @@
{
".": "0.61.0"
".": "0.62.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.62.0 (2024-05-15)

Full Changelog: [v0.61.0...v0.62.0](https://github.com/Increase/increase-python/compare/v0.61.0...v0.62.0)

### Features

* **api:** updates ([#454](https://github.com/Increase/increase-python/issues/454)) ([8bb9e1d](https://github.com/Increase/increase-python/commit/8bb9e1d747b8d07767ea6d6235e1799e842f5fcf))


### Chores

* **docs:** add SECURITY.md ([#449](https://github.com/Increase/increase-python/issues/449)) ([443f77f](https://github.com/Increase/increase-python/commit/443f77ff5bb7fbc482709367860a2292c94f2377))
* **internal:** add slightly better logging to scripts ([#453](https://github.com/Increase/increase-python/issues/453)) ([c5bf320](https://github.com/Increase/increase-python/commit/c5bf320fa2b5bc4cc1991857d29353c8b3112700))
* **internal:** bump pydantic dependency ([#451](https://github.com/Increase/increase-python/issues/451)) ([0b051ab](https://github.com/Increase/increase-python/commit/0b051abd999f2399c012f0e564fe7853f92fc079))


### Documentation

* **api:** update examples & docstrings ([#452](https://github.com/Increase/increase-python/issues/452)) ([62c69aa](https://github.com/Increase/increase-python/commit/62c69aa9ec450d02397237d34ba10b5ec1c49df8))

## 0.61.0 (2024-05-10)

Full Changelog: [v0.60.0...v0.61.0](https://github.com/Increase/increase-python/compare/v0.60.0...v0.61.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "increase"
version = "0.61.0"
version = "0.62.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "increase"
__version__ = "0.61.0" # x-release-please-version
__version__ = "0.62.0" # x-release-please-version

0 comments on commit af257ff

Please sign in to comment.