From 1a9de0d89271d609711a9efc1d50ed9056419262 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Fri, 8 Nov 2024 10:11:10 +0100 Subject: [PATCH] Update README.md --- CHANGELOG.md | 6 ++++++ README.md | 7 ++++++- src/README.md | 7 ++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7d956..e7463b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,3 +63,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed image upload methods (headers should be purged before poking s3) - Fixed session headers update to much more generic + +## [0.0.11] - 2024-11-14 + +### Fixed +- Fixed linters problems (logging) +- Bumped requirements & badges \ No newline at end of file diff --git a/README.md b/README.md index b01f29a..dae5e69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ ## This is Leonardo.ai API. -[![PyPI version](https://badge.fury.io/py/leonardo-api.svg)](https://badge.fury.io/py/leonardo-api) [![Linters](https://github.com/wwakabobik/leonardo_api/actions/workflows/master-linters.yml/badge.svg?branch=master)](https://github.com/wwakabobik/leonardo_api/actions/workflows/master-linters.yml) +[![PyPI version](https://badge.fury.io/py/leonardo-api.svg)](https://badge.fury.io/py/leonardo-api) +[![Linters](https://github.com/wwakabobik/leonardo_api/actions/workflows/master-linters.yml/badge.svg?branch=master)](https://github.com/wwakabobik/leonardo_api/actions/workflows/master-linters.yml) +![PyPI - License](https://img.shields.io/pypi/l/leonardo-api) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/leonardo-api) +[![Downloads](https://static.pepy.tech/badge/leonardo-api)](https://pepy.tech/project/leonardo-api) +[![Downloads](https://static.pepy.tech/badge/leonardo-api/month)](https://pepy.tech/project/leonardo-api) This package contains Python API for [Leonardo.ai](https://leonardo.ai/) based on official [API documentation](https://docs.leonardo.ai/reference). diff --git a/src/README.md b/src/README.md index b01f29a..dae5e69 100644 --- a/src/README.md +++ b/src/README.md @@ -1,6 +1,11 @@ ## This is Leonardo.ai API. -[![PyPI version](https://badge.fury.io/py/leonardo-api.svg)](https://badge.fury.io/py/leonardo-api) [![Linters](https://github.com/wwakabobik/leonardo_api/actions/workflows/master-linters.yml/badge.svg?branch=master)](https://github.com/wwakabobik/leonardo_api/actions/workflows/master-linters.yml) +[![PyPI version](https://badge.fury.io/py/leonardo-api.svg)](https://badge.fury.io/py/leonardo-api) +[![Linters](https://github.com/wwakabobik/leonardo_api/actions/workflows/master-linters.yml/badge.svg?branch=master)](https://github.com/wwakabobik/leonardo_api/actions/workflows/master-linters.yml) +![PyPI - License](https://img.shields.io/pypi/l/leonardo-api) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/leonardo-api) +[![Downloads](https://static.pepy.tech/badge/leonardo-api)](https://pepy.tech/project/leonardo-api) +[![Downloads](https://static.pepy.tech/badge/leonardo-api/month)](https://pepy.tech/project/leonardo-api) This package contains Python API for [Leonardo.ai](https://leonardo.ai/) based on official [API documentation](https://docs.leonardo.ai/reference).