Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin H committed Jun 7, 2019
1 parent 0b44524 commit d44966f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,19 @@
Changelog
=========

`3.0.0`_ (2019-06-07)
---------------------
.. _3.0.0: https://github.com/imgix/imgix-python/compare/2.3.0...3.0.0

* fix: remove deprecated domain sharding functionality (`#44`_)
* fix: remove deprecated `opts` parameter (`#46`_)
* fix: remove deprecated `sign_with_library_version` parameter (`#47`_)

.. _#44: https://github.com/imgix/imgix-python/pull/44
.. _#46: https://github.com/imgix/imgix-python/pull/46
.. _#47: https://github.com/imgix/imgix-python/pull/47


`2.3.0`_ (2019-06-06)
---------------------
.. _2.3.0: https://github.com/imgix/imgix-python/compare/2.2.0...2.3.0
Expand Down
2 changes: 1 addition & 1 deletion imgix/_version.py
@@ -1 +1 @@
__version__ = '2.3.0'
__version__ = '3.0.0'

0 comments on commit d44966f

Please sign in to comment.