Skip to content

Commit 36689e9

Browse files
release: v1.10.1
1 parent bb84d9e commit 36689e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.10.1](https://github.com/AsifArmanRahman/firebase-rest-api/compare/v1.10.0...v1.10.1) (2023-04-07)
2+
3+
4+
### Bug Fixes
5+
6+
* unsupported error for empty string and dict ([bb84d9e](https://github.com/AsifArmanRahman/firebase-rest-api/commit/bb84d9e854fd8ca69b080666f1f76ae05e9b80a0)), closes [#11](https://github.com/AsifArmanRahman/firebase-rest-api/issues/11)
7+
8+
9+
110
# [1.10.0](https://github.com/AsifArmanRahman/firebase-rest-api/compare/v1.9.0...v1.10.0) (2023-03-24)
211

312

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'flit_core.buildapi'
44

55
[project]
66
name = "firebase-rest-api"
7-
version = "1.10.0"
7+
version = "1.10.1"
88
readme = "README.md"
99
description = "A simple python wrapper for Google's Firebase REST API's."
1010
requires-python = ">=3.6"

0 commit comments

Comments
 (0)