(2.1.0) fix running inside of async loops and made user_agent mandatory
All checks were successful
Actions / lint (push) Successful in 12s
Actions / build (push) Successful in 15s
Actions / docs (push) Successful in 21s

this release finishes the usage.md page on the documentation, makes specifying a `user_agent` mandatory when instantiating a `FloweryAPIConfig` class, and fixes a bug that would prevent the `FloweryAPI` class from being instantiated inside of an async event loop
This commit is contained in:
cswimr 2024-09-18 13:49:36 -04:00
parent f5bef8acc8
commit 798b551138
Signed by: cswimr
GPG key ID: 3813315477F26F82
6 changed files with 121 additions and 20 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyflowery"
version = "2.0.1"
version = "2.1.0"
description = "A Python API wrapper for the Flowery API"
authors = ["cswimr <seaswimmerthefsh@gmail.com>"]
readme = "README.md"