Skip to content

Commit

Permalink
version: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Sep 9, 2023
1 parent 477d161 commit 3b17d8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,10 @@ A: The AI models are cached in `~/.cache/` (or `HUGGINGFACE_HUB_CACHE`). To dele
- feature: *api server now has feature parity with the python API*. View the docs at http://127.0.0.1:8000/docs after running `aimg server`
- `ImaginePrompt` is now a pydantic model and can thus be sent over the rest API
- images are expected in base64 string format
- fix: pin pydantic to 2.0 for now
- build: better python 3.11 incompatibility messaging (fixes #342)
- build: add minimum versions to requirements to improve dependency resolution
- docs: add a discord link

**13.0.1**
- feature: show full stack trace when there is an api error
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_git_revision_hash() -> str:
name="imaginAIry",
author="Bryce Drennan",
# author_email="b r y p y d o t io",
version="13.0.1",
version="13.1.0",
description="AI imagined images. Pythonic generation of images.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3b17d8b

Please sign in to comment.