Skip to content

Commit

Permalink
released v1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lorenz committed Apr 11, 2016
1 parent ffbbbdf commit 3b55f27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
=== 1.66.X ===
=== 1.67 ===

- prepared app for Django 1.9 and Python 3.5

=== 1.66.X ===

- fixed flake8 errors and verbatim tag
- remove all simple-translation support
- enhanced ignorable user agents
Expand Down
2 changes: 1 addition & 1 deletion django_libs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.66.15'
__version__ = '1.67'

0 comments on commit 3b55f27

Please sign in to comment.