BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etsy-python
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
etsy-python
Commits
1b97336b
Commit
1b97336b
authored
Jun 01, 2011
by
Dan McKinley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bump, updating changelog
parent
f1ba36ee
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
+13
-2
README.md
README.md
+3
-0
__init__.py
etsy/__init__.py
+1
-1
release-procedure.txt
release-procedure.txt
+8
-0
setup.py
setup.py
+1
-1
No files found.
README.md
View file @
1b97336b
...
@@ -112,6 +112,9 @@ api = Etsy(method_cache=None)
...
@@ -112,6 +112,9 @@ api = Etsy(method_cache=None)
## Version History
## Version History
### Version 0.3.1
*
Allowing Python Longs to be passed for parameters declared as "integers" by the API.
### Version 0.3
### Version 0.3
*
Support for Etsy API v2 thanks to
[
Marc Abramowitz
](
http://marc-abramowitz.com
)
.
*
Support for Etsy API v2 thanks to
[
Marc Abramowitz
](
http://marc-abramowitz.com
)
.
...
...
etsy/__init__.py
View file @
1b97336b
...
@@ -2,7 +2,7 @@ from _v2 import EtsyV2 as Etsy
...
@@ -2,7 +2,7 @@ from _v2 import EtsyV2 as Etsy
from
etsy_env
import
EtsyEnvSandbox
,
EtsyEnvProduction
from
etsy_env
import
EtsyEnvSandbox
,
EtsyEnvProduction
__version__
=
'0.3'
__version__
=
'0.3
.1
'
__author__
=
'Dan McKinley'
__author__
=
'Dan McKinley'
__copyright__
=
'Copyright 2010, Etsy Inc.'
__copyright__
=
'Copyright 2010, Etsy Inc.'
__license__
=
'GPL v3'
__license__
=
'GPL v3'
...
...
release-procedure.txt
0 → 100644
View file @
1b97336b
Note to self. -DM
1. Increment version in setup.py.
2. Increment version in etsy/__init__.py
3. Update changelog in README.md.
4. ./setup.py test
5. ./setup.py build bdist_egg
6. ./setup.py register
setup.py
View file @
1b97336b
...
@@ -7,7 +7,7 @@ long_description = open(os.path.join(this_dir, 'README.md'), 'r').read()
...
@@ -7,7 +7,7 @@ long_description = open(os.path.join(this_dir, 'README.md'), 'r').read()
setup
(
setup
(
name
=
'etsy'
,
name
=
'etsy'
,
version
=
'0.3'
,
version
=
'0.3
.1
'
,
author
=
'Dan McKinley'
,
author
=
'Dan McKinley'
,
author_email
=
'dan@etsy.com'
,
author_email
=
'dan@etsy.com'
,
description
=
'Python access to the Etsy API'
,
description
=
'Python access to the Etsy API'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment