Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
homm committed Jul 24, 2015
1 parent 304b55c commit 874bb69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

1.3.0
~~~~~

- API version was updated up to *0.4*.
- update widget to 2.4.0 (see `widget changelog`_)

1.2.15
~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyuploadcare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from __future__ import unicode_literals

__version__ = '1.2.15'
__version__ = '1.3.0'

from .api_resources import File, FileList, FileGroup
from .exceptions import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='pyuploadcare',
version='1.2.15',
version='1.3.0',
description='Python library for Uploadcare.com',
long_description=(long_description),
author='Uploadcare LLC',
Expand Down

0 comments on commit 874bb69

Please sign in to comment.