diff --git a/README.md b/README.md index d28fb6eb..a227356d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Evernote SDK for Python ============================================ -Evernote API version 1.23 +Evernote API version 1.24 Overview -------- diff --git a/sample/django/requirements.txt b/sample/django/requirements.txt index deacf328..b0b72f7e 100644 --- a/sample/django/requirements.txt +++ b/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 diff --git a/setup.py b/setup.py index 2a64585e..0d3274ec 100644 --- a/setup.py +++ b/setup.py @@ -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',