Skip to content

Commit

Permalink
Prepare release 2.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed May 3, 2020
1 parent 82f44fb commit 7634778
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 87 deletions.
12 changes: 7 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@ and this project adheres to `Semantic Versioning`_.



`2.7.0 - Unreleased`_ - 2020-04-xx
`2.7.0`_ - 2020-05-03
~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
+++++
- Support for signed uploads
- Support for signed uploads.

Changed
+++++++
- Dropped support for Python 3.4
- Dropped support for Python 3.4.
- Update bundled widget to version ``3.6.1``. See `widget changelog`_.

Fixed
+++++
- Tests
- Tests.


`2.6.0`_ - 2018-11-29
Expand Down Expand Up @@ -412,5 +413,6 @@ param is unicode and ``requests.request()`` got ``files`` argument, e.g.:
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html

.. _Unreleased: https://github.com/uploadcare/pyuploadcare/compare/v2.6.0...HEAD
.. _Unreleased: https://github.com/uploadcare/pyuploadcare/compare/v2.7.0...HEAD
.. _2.6.0: https://github.com/uploadcare/pyuploadcare/compare/v2.5.0...v2.6.0
.. _2.7.0: https://github.com/uploadcare/pyuploadcare/compare/v2.6.0...v2.7.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Uploadcare, LLC
Copyright (c) 2020 Uploadcare, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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__ = '2.7.0-dev'
__version__ = '2.7.0'

from .api_resources import File, FileList, FileGroup
from .exceptions import (
Expand Down
91 changes: 47 additions & 44 deletions pyuploadcare/dj/static/uploadcare/uploadcare.full.min.js

Large diffs are not rendered by default.

70 changes: 36 additions & 34 deletions pyuploadcare/dj/static/uploadcare/uploadcare.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

setup(
name='pyuploadcare',
version='2.6.0',
version='2.7.0',
description='Python library for Uploadcare.com',
long_description=(long_description),
author='Uploadcare LLC',
author='Uploadcare Inc',
author_email='[email protected]',
url='https://github.com/uploadcare/pyuploadcare',
packages=['pyuploadcare', 'pyuploadcare.dj', 'pyuploadcare.ucare_cli'],
Expand Down

0 comments on commit 7634778

Please sign in to comment.