Skip to content

Commit 2d7a77d

Browse files
committed
0.6.3 hotfix release planning
1 parent 22a21ca commit 2d7a77d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ Django Activity Stream
55
.. image:: https://img.shields.io/coveralls/justquick/django-activity-stream.svg
66
:target: https://coveralls.io/r/justquick/django-activity-stream
77

8+
.. image:: https://scrutinizer-ci.com/g/justquick/django-activity-stream/badges/quality-score.png?b=master
9+
:target: https://scrutinizer-ci.com/g/justquick/django-activity-stream/
10+
811
.. image:: https://img.shields.io/travis/justquick/django-activity-stream.svg
912
:target: https://travis-ci.org/justquick/django-activity-stream
1013

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

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

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

actstream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
except:
44
pass
55

6-
__version__ = '0.6.2'
6+
__version__ = '0.6.3'
77
__author__ = 'Justin Quick <[email protected]>'
88
default_app_config = 'actstream.apps.ActstreamConfig'

actstream/apps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from django.core.exceptions import ImproperlyConfigured
2-
from django.utils.encoding import force_text
32

43
from actstream import settings
54
from actstream.signals import action

docs/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Changelog
44
=========
55

6+
0.6.3
7+
-----
8+
9+
- MySQL monkey patch removal
10+
- Scrutinizer CI integration
11+
612
0.6.2
713
-----
814

0 commit comments

Comments
 (0)