We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af3a08 commit 1f8069dCopy full SHA for 1f8069d
2 files changed
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+`3.1.1`_ (2019-08-22)
5
+---------------------
6
+.. _3.1.1: https://github.com/imgix/imgix-python/compare/3.1.0...3.1.1
7
+
8
+* fix: include dpr parameter when generating fixed-width srcset (`#50`_)
9
10
+.. _#50: https://github.com/imgix/imgix-python/pull/50
11
12
13
`3.1.0`_ (2019-08-22)
14
---------------------
15
.. _3.1.0: https://github.com/imgix/imgix-python/compare/3.0.0...3.1.0
imgix/_version.py
@@ -1 +1 @@
-__version__ = '3.1.0'
+__version__ = '3.1.1'
0 commit comments