mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-25 20:53:44 +00:00
prepare 0.13.3
This commit is contained in:
parent
85a56f0aeb
commit
ab7b3b5b63
4 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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 *********************************
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue