Skip to content

Commit

Permalink
release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Nov 15, 2023
1 parent 78b762b commit e6cba4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# api-session Changelog

## Unreleased
## 1.3.4 (2023/11/15)

* Add `post_json_api`
* Add `timeout` to the constructor to specify a default timeout for all requests
* Add official support for Python 3.12

## 1.3.3 (2023/05/10)
Expand Down
2 changes: 1 addition & 1 deletion api_session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import requests

__version__ = "1.3.3"
__version__ = "1.3.4"

# We can’t really do better than Any for now.
# See https://github.com/python/typing/issues/182.
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 = "api-session"
version = "1.3.3"
version = "1.3.4"
description = "requests.Session to work with JSON APIs"
authors = ["Baptiste Fontaine <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e6cba4d

Please sign in to comment.