We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8924501 commit e247388Copy full SHA for e247388
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
=========
3
4
+[3.2.1](https://github.com/imgix/imgix-python/compare/3.2.0...3.2.1) (2020-06-10)
5
+- refactor: relax validation for min/max width values ([#80](https://github.com/imgix/imgix-python/pull/80))
6
+
7
[3.2.0](https://github.com/imgix/imgix-python/compare/3.1.2...3.2.0) (2020-06-05)
8
---------------------------------------------------------------------------------
9
- feat: create custom srcset ([#63](https://github.com/imgix/imgix-python/pull/63))
imgix/_version.py
@@ -1 +1 @@
-__version__ = '3.2.0'
+__version__ = '3.2.1'
0 commit comments