Skip to content

Commit

Permalink
Merge pull request #58 from nephila/feature/prepare_1_4
Browse files Browse the repository at this point in the history
Minor changes preparing release
  • Loading branch information
yakky committed May 6, 2017
2 parents 0554e1a + 610e26a commit 21e740f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ History
1.4.0 (unreleased)
==================

* Add Django 1.11 support
* Drop python 2.6/ Django<1.8
* Wrap meta.html content in spaceless templatetag to suppress redundant newlines
* Fix issue in Django 1.10

1.3.2 (2016-10-26)
==================
Expand Down
2 changes: 1 addition & 1 deletion meta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.3.2.post1'
__version__ = '1.4.rc1'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ setenv:
PYTHONPATH = {toxinidir}:{toxinidir}/meta:{toxinidir}/example
commands = {env:COMMAND:python} cms_helper.py
deps =
py26: unittest2
django18: django<1.9
django19: django<1.10
django110: django<1.11
Expand Down

0 comments on commit 21e740f

Please sign in to comment.