BigW Consortium Gitlab

Commit 7d74c72a by Dan McKinley

version bump, readme changes

parent 87f35cf0
......@@ -132,7 +132,12 @@ api = Etsy(method_cache=None)
## Version History
### Version 0.2.1 - in progress
### Version 0.3
* Support for Etsy API v2 thanks to Ben Dayan
* Removed support for now-dead Etsy API v1.
### Version 0.2.1
* Added a cache for the method table json.
* Added a logging facility.
......
......@@ -2,7 +2,7 @@ from _v2 import EtsyV2 as Etsy
from etsy_env import EtsyEnvSandbox, EtsyEnvProduction
__version__ = '0.2.1'
__version__ = '0.3'
__author__ = 'Dan McKinley'
__copyright__ = 'Copyright 2010, Etsy Inc.'
__license__ = 'GPL v3'
......
......@@ -7,7 +7,7 @@ long_description = open(os.path.join(this_dir, 'README.md'), 'r').read()
setup(
name = 'etsy',
version = '0.2.1',
version = '0.3',
author = 'Dan McKinley',
author_email = 'dan@etsy.com',
description = 'Python access to the Etsy API',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment