Skip to content

Commit

Permalink
0.6.3 hotfix release planning
Browse files Browse the repository at this point in the history
  • Loading branch information
justquick committed Aug 19, 2016
1 parent 22a21ca commit 2d7a77d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ Django Activity Stream
.. image:: https://img.shields.io/coveralls/justquick/django-activity-stream.svg
:target: https://coveralls.io/r/justquick/django-activity-stream

.. image:: https://scrutinizer-ci.com/g/justquick/django-activity-stream/badges/quality-score.png?b=master
:target: https://scrutinizer-ci.com/g/justquick/django-activity-stream/

.. image:: https://img.shields.io/travis/justquick/django-activity-stream.svg
:target: https://travis-ci.org/justquick/django-activity-stream

.. image:: https://img.shields.io/pypi/v/django-activity-stream.svg
:target: https://pypi.python.org/pypi/django-activity-stream
:alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/django-activity-stream.svg
:target: https://pypi.python.org/pypi/django-activity-stream
:alt: Number of PyPI downloads

Django Activity Stream is a way of creating activities generated by the actions on your site.

Expand Down
2 changes: 1 addition & 1 deletion actstream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
except:
pass

__version__ = '0.6.2'
__version__ = '0.6.3'
__author__ = 'Justin Quick <justquick@gmail.com>'
default_app_config = 'actstream.apps.ActstreamConfig'
1 change: 0 additions & 1 deletion actstream/apps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.core.exceptions import ImproperlyConfigured
from django.utils.encoding import force_text

from actstream import settings
from actstream.signals import action
Expand Down
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Changelog
=========

0.6.3
-----

- MySQL monkey patch removal
- Scrutinizer CI integration

0.6.2
-----

Expand Down

0 comments on commit 2d7a77d

Please sign in to comment.