Skip to content

Commit d44966f

Browse files
author
Sherwin H
committed
chore(release): 3.0.0
1 parent 0b44524 commit d44966f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

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+
417
`2.3.0`_ (2019-06-06)
518
---------------------
619
.. _2.3.0: https://github.com/imgix/imgix-python/compare/2.2.0...2.3.0

imgix/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.3.0'
1+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)