prepare 0.13.3

This commit is contained in:
Artur Barseghyan 2018-07-10 22:15:36 +02:00
parent 85a56f0aeb
commit ab7b3b5b63
4 changed files with 14 additions and 2 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.13.3
------
2018-07-10
- Minor fixes admin export of form entries (Postgres).
0.13.2
------
2018-03-12

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.13.3
------
2018-07-10
- Minor fixes admin export of form entries (Postgres).
0.13.2
------
2018-03-12

View file

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

View file

@ -1,5 +1,5 @@
__title__ = 'django-fobi'
__version__ = '0.13.2'
__version__ = '0.13.3'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2014-2018 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'