Skip to content

Commit

Permalink
Inc. version for v10 doc updates (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwpedro authored Aug 21, 2023
1 parent e08ed14 commit d3d3f74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 4.5.0 [current]
## 4.5.1 [current]
- Documentation updates for v10 release

## 4.5.0
- Move from `hyper` to `httpx` to unblock usage of python-3.10. [#258](https://github.com/fauna/faunadb-python/pull/258)

## 4.4.0
Expand Down
2 changes: 1 addition & 1 deletion faunadb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "FaunaDB"
__version__ = "4.5.0"
__version__ = "4.5.1"
__api_version__ = "4"
__author__ = "Fauna, Inc"
__license__ = "MPL 2.0"
Expand Down

0 comments on commit d3d3f74

Please sign in to comment.