Skip to content

Commit

Permalink
updated the version number to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentaro Suzuki committed May 3, 2013
1 parent 0c9614c commit 226decc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
Evernote SDK for Python
============================================

Evernote API version 1.23
Evernote API version 1.24

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion sample/django/requirements.txt
@@ -1,5 +1,5 @@
Django==1.4.3
evernote==1.23.1
evernote==1.24.0
httplib2==0.7.6
oauth2==1.5.211
wsgiref==0.1.2
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@ def read(fname):

setup(
name='evernote',
version="%i.%i.2" % (EDAM_VERSION_MAJOR, EDAM_VERSION_MINOR),
version="%i.%i.0" % (EDAM_VERSION_MAJOR, EDAM_VERSION_MINOR),
author='Evernote Corporation',
author_email='api@evernote.com',
url='http://dev.evernote.com',
Expand Down

0 comments on commit 226decc

Please sign in to comment.