File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 88
99setup (
1010name = 'python-stripe' ,
11- version = '0.0.5 ' ,
11+ version = '0.0.6 ' ,
1212zip_safe = False ,
1313packages = find_packages (),
1414include_package_data = True ,
You can’t perform that action at this time.
0 commit comments