Skip to content

Commit

Permalink
Bump to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Aug 7, 2016
1 parent 8499a83 commit 9114d11
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 1.1 (2016-08-07)
------------------------

* Fixed setup for newer Django versions.
* Shorten output in the admin delete dialog.


Version 1.0 (2015-05-12)
------------------------

Expand Down
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.. image:: https://img.shields.io/travis/edoburu/fluentcms-cookielaw/master.svg?branch=master
:target: http://travis-ci.org/edoburu/fluentcms-cookielaw
.. image:: https://img.shields.io/pypi/v/fluentcms-cookielaw.svg
:target: https://pypi.python.org/pypi/fluentcms-cookielaw/
.. image:: https://img.shields.io/pypi/l/fluentcms-cookielaw.svg
:target: https://pypi.python.org/pypi/fluentcms-cookielaw/
.. image:: https://img.shields.io/codecov/c/github/edoburu/fluentcms-cookielaw/master.svg
:target: https://codecov.io/github/edoburu/fluentcms-cookielaw?branch=master

fluentcms-cookielaw
===================

Expand Down Expand Up @@ -76,4 +85,4 @@ Contributing
If you like this module, forked it, or would like to improve it, please let us know!
Pull requests are welcome too. :-)

.. _django-fluent-contents: https://github.com/edoburu/django-fluent-contents
.. _django-fluent-contents: https://github.com/django-fluent/django-fluent-contents
2 changes: 1 addition & 1 deletion fluentcms_cookielaw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# following PEP 440
__version__ = "1.0"
__version__ = "1.1"

0 comments on commit 9114d11

Please sign in to comment.