We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b44524 commit d44966fCopy full SHA for d44966f
2 files changed
CHANGELOG.rst
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
4
+`3.0.0`_ (2019-06-07)
5
+---------------------
6
+.. _3.0.0: https://github.com/imgix/imgix-python/compare/2.3.0...3.0.0
7
+
8
+* fix: remove deprecated domain sharding functionality (`#44`_)
9
+* fix: remove deprecated `opts` parameter (`#46`_)
10
+* fix: remove deprecated `sign_with_library_version` parameter (`#47`_)
11
12
+.. _#44: https://github.com/imgix/imgix-python/pull/44
13
+.. _#46: https://github.com/imgix/imgix-python/pull/46
14
+.. _#47: https://github.com/imgix/imgix-python/pull/47
15
16
17
`2.3.0`_ (2019-06-06)
18
---------------------
19
.. _2.3.0: https://github.com/imgix/imgix-python/compare/2.2.0...2.3.0
imgix/_version.py
@@ -1 +1 @@
-__version__ = '2.3.0'
+__version__ = '3.0.0'
0 commit comments