Skip to content

Commit

Permalink
Merge pull request #92 from zerc/bump_new_version
Browse files Browse the repository at this point in the history
Update the HISTORY and bump version
  • Loading branch information
dmitry-mukhin committed Nov 6, 2015
2 parents ff8d10b + e0d8d8b commit c2bf0a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

1.3.3
~~~~~

- Expanded User-Agent

1.3.2
~~~~~

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.3.2'
__version__ = '1.3.3'

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.3.2',
version='1.3.3',
description='Python library for Uploadcare.com',
long_description=(long_description),
author='Uploadcare LLC',
Expand Down

0 comments on commit c2bf0a4

Please sign in to comment.