Skip to content

Commit

Permalink
Merge pull request #23 from wwakabobik/0.0.10
Browse files Browse the repository at this point in the history
Bump to 0.0.10
  • Loading branch information
wwakabobik authored Nov 24, 2023
2 parents d450877 + 6f91e80 commit 54b59d1
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 318 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Fixed headers update methods (possible async bug fix)

## [0.0.10] - 2023-11-24

### Fixed
- Fixed image upload methods (headers should be purged before poking s3)
- Fixed session headers update to much more generic
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "leonardo_api"
version = "0.0.9"
version = "0.0.10"
authors = [
{ name="Iliya Vereshchagin", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = leonardo_api
version = attr: leonardo_api.0.0.9
version = attr: leonardo_api.0.0.10
author = Iliya Vereshchagin
author_email = [email protected]
maintainer = Iliya Vereshchagin
Expand Down
Loading

0 comments on commit 54b59d1

Please sign in to comment.