Skip to content

Commit

Permalink
Bump version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyubo committed Mar 29, 2016
1 parent b3861cb commit 81c1f87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.1
-----

- Custom now() invocation got overlooked by PR #113 (@yangyuvo)
- Added sentinals for unauthenticated users, preventing a 500 error (@LegoStormtroopr)
- Fix: Mark All As read fails if soft-deleted #126 (@zhang-z)

1.0
-----

Expand Down
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.0'
__version__ = '1.1'

default_app_config = 'notifications.apps.Config'

0 comments on commit 81c1f87

Please sign in to comment.