Skip to content

Commit ad8d836

Browse files
committed
Version 0.2.0 with all of the latest changes for PyPi
1 parent 531bd97 commit ad8d836

2 files changed

Lines changed: 18 additions & 14 deletions

File tree

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff 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

6262
0.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

setup.py

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

33
setup(
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',

0 commit comments

Comments
 (0)