Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Releasing 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Taylor committed May 1, 2012
1 parent 7176600 commit 8fb4fae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -96,6 +96,11 @@ The following settings may be used in your ``settings.py``:
Changes
-------

0.5
^^^

* Replacing self.session_key with self._session_key in the backend. (AdamN)

0.4
^^^

Expand Down
2 changes: 1 addition & 1 deletion dynamodb_sessions/__init__.py
@@ -1,3 +1,3 @@
__author__ = 'gtaylor'
# Major, minor
__version__ = (0, 4)
__version__ = (0, 5)

0 comments on commit 8fb4fae

Please sign in to comment.