Skip to content

Commit

Permalink
Bump version to 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Nov 2, 2011
1 parent 41e21b9 commit c912c5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG

v3.7.4
- Added support for reverse-engineering signed requests.
- Added User#middle_name, User#timezone and User#quotes.

v3.7.3
- Fixed a bug that produced HTTP 500, causing 'User#picture' to fail.
- 'request.POST' is now reset to an empty QueryDict instance after
Expand Down
2 changes: 1 addition & 1 deletion fandjango/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = VERSION = '3.7.3'
__version__ = VERSION = '3.7.4'

0 comments on commit c912c5c

Please sign in to comment.