prepare 0.12.10

This commit is contained in:
Artur Barseghyan 2017-12-23 23:14:20 +01:00
parent 0627f0b034
commit 7200644a75
4 changed files with 11 additions and 5 deletions

View file

@ -15,6 +15,12 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.
0.12.10
-------
2017-12-23
- Django 2.0 support (experimental).
0.12.9
------
2017-12-21
@ -314,7 +320,7 @@ versions it will be wiped out.
------
2016-11-05
Announcing dropping support of Django 1.5 and 1.6. As of 0.9.17 everything is
Announcing dropping support of Django 1.5 and 1.6. As of 0.9.13 everything is
still backwards compatible with versions 1.5 and 1.6, but in future versions
compatibility with these versions will be wiped out.

View file

@ -12,7 +12,7 @@ Prerequisites
=============
Present
-------
- Django 1.8, 1.9, 1.10 and 1.11.
- Django 1.8, 1.9, 1.10, 1.11 and 2.0.
- Python 2.7, 3.4, 3.5, 3.6 and PyPy.
Past

View file

@ -4,7 +4,7 @@ import sys
from distutils.version import LooseVersion
from setuptools import setup, find_packages
version = '0.12.9'
version = '0.12.10'
# ***************************************************************************
# ************************** Python version *********************************

View file

@ -1,6 +1,6 @@
__title__ = 'django-fobi'
__version__ = '0.12.9'
__build__ = 0x000092
__version__ = '0.12.10'
__build__ = 0x000093
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2014-2017 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'