File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Python Library for the Coinbase API for use with three legged oAuth2 and classic
55
66## Version
77
8- 0.1.0-7
8+ 0.2.0
99
1010## Requirements
1111- [ Coinbase Account] ( http://www.coinbase.com )
@@ -46,32 +46,36 @@ More documentation coming soon.
4646
4747## Changelog
4848
49- 0.1 .0
49+ 0.2 .0
5050
51- * Initial Commit
51+ * Push many updates to PyPi
5252
53- 0.1.0-2
53+ 0.1.0-7
5454
55- * Generate New Receive Address
55+ * Fix SSL Certificates
5656
57- 0.1.0-3
57+ 0.1.0-5
5858
59- * Get User Details
60- * Refactor some attribute capitalization
59+ * Set flag for token status when initializing
60+ * Raise error if transaction fails
6161
62620.1.0-4
6363
6464* User Details unittest
6565* Small tweaks
6666
67- 0.1.0-5
67+ 0.1.0-3
6868
69- * Set flag for token status when initializing
70- * Raise error if transaction fails
69+ * Get User Details
70+ * Refactor some attribute capitalization
7171
72- 0.1.0-7
72+ 0.1.0-2
7373
74- * Fix SSL Certificates
74+ * Generate New Receive Address
75+
76+ 0.1.0
77+
78+ * Initial Commit
7579
7680## Contributing
7781
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'coinbase' ,
5- version = '0.1.0-7 ' ,
5+ version = '0.2.0 ' ,
66 packages = ['coinbase' , 'coinbase.models' ],
77 url = 'https://github.com/sibblegp/coinbase_python' ,
88 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments