Skip to content

Commit 2e6335a

Browse files
authored
Merge pull request #3 from fashn-AI/release-please--branches--main--changes--next
release: 0.1.1
2 parents 37de1ef + 0405075 commit 2e6335a

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.1 (2025-08-25)
4+
5+
Full Changelog: [v0.1.0...v0.1.1](https://github.com/fashn-AI/fashn-python-sdk/compare/v0.1.0...v0.1.1)
6+
7+
### Documentation
8+
9+
* **readme:** add companies logo and docs links ([f9d3691](https://github.com/fashn-AI/fashn-python-sdk/commit/f9d36914b08a393c9c574449f044d9709fa74d98))
10+
311
## 0.1.0 (2025-08-25)
412

513
Full Changelog: [v0.0.1...v0.1.0](https://github.com/fashn-AI/fashn-python-sdk/compare/v0.0.1...v0.1.0)

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
# Fashn Python API library
1+
# FASHN Python SDK
22

33
<!-- prettier-ignore -->
44
[![PyPI version](https://img.shields.io/pypi/v/fashn.svg?label=pypi%20(stable))](https://pypi.org/project/fashn/)
55

6-
The Fashn Python library provides convenient access to the Fashn REST API from any Python 3.8+
6+
![FASHN AI Try-On App](https://cilsrdpvqtgutxprdofn.supabase.co/storage/v1/object/public/assets/logo-enhanced_60x60.png)
7+
8+
This library provides convenient access to the FASHN REST API from any Python 3.8+
79
application. The library includes type definitions for all request params and response fields,
810
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
911

10-
It is generated with [Stainless](https://www.stainless.com/).
12+
The REST API documentation can be found on [docs.fashn.ai](https://docs.fashn.ai) with a [playground](https://docs.fashn.ai/playground).
1113

12-
## Documentation
14+
### API Key
15+
To use this SDK, you need to have an API key from a FASHN account.
1316

14-
The REST API documentation can be found on [docs.fashn.ai](https://docs.fashn.ai). The full API of this library can be found in [api.md](api.md).
17+
Don't have an account yet? [Create an account](https://app.fashn.ai/?utm_source=nextjs-tryon-app&utm_medium=readme&utm_campaign=signup)
18+
If you already have an account, go to Developer API → API Keys → `+ Create new API key`
1519

1620
## Installation
1721

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fashn"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The official Python library for the fashn API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/fashn/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "fashn"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.1.1" # x-release-please-version

0 commit comments

Comments
 (0)