Skip to content

Commit 54319dd

Browse files
committed
Release v0.0.6 - DOCS Update
1 parent 879fc40 commit 54319dd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.6] 2022-10-19
4+
### Improvements
5+
6+
- DOCS update
7+
38
## [0.0.5] 2022-10-18
49
### Improvements
510

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ The products are saved in `products.json` (current working directory). Available
120120

121121
## Credits & Links
122122

123+
- [Django & Stripe Mini eCommerce](https://github.com/app-generator/sample-django-stripe) - free project that use the library
124+
- [Flask & Stripe Mini eCommerce](https://github.com/app-generator/sample-flask-stripe) - free project that use the library
123125
- Free [support](https://appseed.us/support) via Email & Discord
124-
- [Stripe Dev Tools](https://stripe.com/docs/development) - official docs
125126

126127
<br />
127128

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.5',
11+
version='0.0.6',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)