Skip to content

Commit 1f8069d

Browse files
author
Sherwin H
committed
chore(release): 3.1.1
1 parent 6af3a08 commit 1f8069d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.rst

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

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+
413
`3.1.0`_ (2019-08-22)
514
---------------------
615
.. _3.1.0: https://github.com/imgix/imgix-python/compare/3.0.0...3.1.0

imgix/_version.py

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

0 commit comments

Comments
 (0)