Skip to content

Commit 6413242

Browse files
committed
Release v0.0.4 - Update DOCS
1 parent 9a36c11 commit 6413242

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [0.0.4] 2022-10-18
4+
### Improvements
5+
6+
- DOCS update
7+
38
## [0.0.3] 2022-10-18
49
### Improvements
510

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Simple Python Wrapper for Stripe
22

3-
This minimal library pulls the products from Stripe in [JSON format](https://github.com/app-generator/ecomm-wrapper-stripe/blob/main/products.json) using minimal input.
4-
5-
> Actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
3+
Simple **Python** library that pulls the products from **Stripe** dashboard in `JSON format` using only **STRIPE_API_KEY** as input - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`. Available items:
4+
5+
- `Product` Meta Information:
6+
- ID, name, description
7+
- All Images
8+
- All Prices
9+
- The default pricing
10+
- separate node for quick access
611

712
<br />
813

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='python-stripe',
11-
version='0.0.3',
11+
version='0.0.4',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)