Skip to content

Commit

Permalink
update widget, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Jan 28, 2015
1 parent 1c2bf67 commit 90be6cc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ History
-------


1.2.14
~~~~~~

- update widget to 1.5.5 (see `widget changelog`_)


1.2.13
~~~~~~

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.12'
__version__ = '1.2.14'

from .api_resources import File, FileList, FileGroup
from .exceptions import (
Expand Down
2 changes: 1 addition & 1 deletion pyuploadcare/dj/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
conf.secret = settings.UPLOADCARE['secret']


widget_version = settings.UPLOADCARE.get('widget_version', '1.5.4')
widget_version = settings.UPLOADCARE.get('widget_version', '1.5.5')

hosted_url = 'https://ucarecdn.com/widget/{version}/uploadcare/uploadcare-{version}.min.js'.format(
version=widget_version)
Expand Down

Large diffs are not rendered by default.

4 changes: 3 additions & 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.13',
version='1.2.14',
description='Python library for Uploadcare.com',
long_description=(long_description),
author='Uploadcare LLC',
Expand All @@ -41,6 +41,8 @@
},
install_requires=requirements,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 90be6cc

Please sign in to comment.