Skip to content

Commit

Permalink
Bump version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyubo committed Jun 17, 2016
1 parent 9f3e010 commit dca99e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.2
-----

- Django 1.9 template tag compatibility: due to ``register.simple_tag`` automatically espacing ``unsafe_html`` in Django 1.9, it is now recommended to use format_html (@ikkebr)
- Fixed parameter name error in README.rst: there is no to_fetch parameter, the correct name is fetch (@ikkebr)
- Add missing migration (@marcgibbons)
- Minor documentation correction (@tkwon, @zhang-z)
- Return updated count in QuerySet (@zhang-z)

1.1
-----

Expand Down Expand Up @@ -91,4 +100,3 @@ Fix package descriptions and doc links.
---

First version based on `django-activity-stream <https://github.com/justquick/django-activity-stream>`_ v0.4.3

2 changes: 1 addition & 1 deletion notifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"""

# PEP 386-compliant version number: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN]
__version__ = '1.1'
__version__ = '1.2'

default_app_config = 'notifications.apps.Config'

0 comments on commit dca99e9

Please sign in to comment.