Skip to content

Commit

Permalink
django-flickr 0.3.6
Browse files Browse the repository at this point in the history
CHANGES

- Fixed tests
- Converting tzoffset from None to ""
- Fixed creating collections
- Fixed the templatetag (timezone-aware datetime comparisons)
- Switched index & photoset views to be class-based views
- Support Django 1.4-1.6
  • Loading branch information
gvangool committed Aug 17, 2019
1 parent d1388ea commit 946b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flickr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 3, 5)
VERSION = (0, 3, 6)
DEV_STATUS = '3 - Alpha'

0 comments on commit 946b9d8

Please sign in to comment.