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 1
1
# Change Log
2
2
3
+ ## [ 0.0.6] 2022-10-19
4
+ ### Improvements
5
+
6
+ - DOCS update
7
+
3
8
## [ 0.0.5] 2022-10-18
4
9
### Improvements
5
10
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
120
120
121
121
## Credits & Links
122
122
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
123
125
- Free [ support] ( https://appseed.us/support ) via Email & Discord
124
- - [ Stripe Dev Tools] ( https://stripe.com/docs/development ) - official docs
125
126
126
127
<br />
127
128
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'python-stripe' ,
11
- version = '0.0.5 ' ,
11
+ version = '0.0.6 ' ,
12
12
zip_safe = False ,
13
13
packages = find_packages (),
14
14
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments