Skip to content

Commit 87fc29a

Browse files
author
Sherwin H
committed
chore(release): 3.1.0
1 parent 3459485 commit 87fc29a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.rst

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

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+
415
`3.0.0`_ (2019-06-07)
516
---------------------
617
.. _3.0.0: https://github.com/imgix/imgix-python/compare/2.3.0...3.0.0

imgix/_version.py

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

0 commit comments

Comments
 (0)