Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin H committed Aug 22, 2019
1 parent 3459485 commit 87fc29a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,17 @@
Changelog
=========

`3.1.0`_ (2019-08-22)
---------------------
.. _3.1.0: https://github.com/imgix/imgix-python/compare/3.0.0...3.1.0

* feat: add srcset generation (`#48`_)
* build(tox): improve code coverage reporting; parallelize testing (`#49`_)

.. _#48: https://github.com/imgix/imgix-python/pull/48
.. _#49: https://github.com/imgix/imgix-python/pull/49


`3.0.0`_ (2019-06-07)
---------------------
.. _3.0.0: https://github.com/imgix/imgix-python/compare/2.3.0...3.0.0
Expand Down
2 changes: 1 addition & 1 deletion imgix/_version.py
@@ -1 +1 @@
__version__ = '3.0.0'
__version__ = '3.1.0'

0 comments on commit 87fc29a

Please sign in to comment.