We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3459485 commit 87fc29aCopy full SHA for 87fc29a
2 files changed
CHANGELOG.rst
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
4
+`3.1.0`_ (2019-08-22)
5
+---------------------
6
+.. _3.1.0: https://github.com/imgix/imgix-python/compare/3.0.0...3.1.0
7
+
8
+* feat: add srcset generation (`#48`_)
9
+* build(tox): improve code coverage reporting; parallelize testing (`#49`_)
10
11
+.. _#48: https://github.com/imgix/imgix-python/pull/48
12
+.. _#49: https://github.com/imgix/imgix-python/pull/49
13
14
15
`3.0.0`_ (2019-06-07)
16
---------------------
17
.. _3.0.0: https://github.com/imgix/imgix-python/compare/2.3.0...3.0.0
imgix/_version.py
@@ -1 +1 @@
-__version__ = '3.0.0'
+__version__ = '3.1.0'
0 commit comments