From 975fdc5d5f26836b392fc1dc00bc79c4908668d1 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Wed, 27 Sep 2017 10:53:41 +0200 Subject: [PATCH] prepare 0.12.5 --- CHANGELOG.rst | 6 ++++++ docs/Makefile | 2 +- docs/changelog.rst | 6 ++++++ setup.py | 2 +- src/fobi/__init__.py | 4 ++-- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a990665e..f62c9eb6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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.5 +------ +2017-09-27 + +- Documentation fixes. + 0.12.4 ------ 2017-09-27 diff --git a/docs/Makefile b/docs/Makefile index 3cd8ef19a..abb55e494 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -192,4 +192,4 @@ pseudoxml: @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." wagtaildemo: - cd ..; cd examples; git submodule update --init; cd ..; cd docs + cd ..; cd examples; git clone https://github.com/barseghyanartur/wagtaildemo.git; cd ..; cd docs diff --git a/docs/changelog.rst b/docs/changelog.rst index 5a990665e..f62c9eb6d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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.5 +------ +2017-09-27 + +- Documentation fixes. + 0.12.4 ------ 2017-09-27 diff --git a/setup.py b/setup.py index f516fc3f2..d85753b73 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.version import LooseVersion from setuptools import setup, find_packages -version = '0.12.4' +version = '0.12.5' # *************************************************************************** # ************************** Python version ********************************* diff --git a/src/fobi/__init__.py b/src/fobi/__init__.py index cd91e1d6a..597124662 100644 --- a/src/fobi/__init__.py +++ b/src/fobi/__init__.py @@ -1,6 +1,6 @@ __title__ = 'django-fobi' -__version__ = '0.12.4' -__build__ = 0x00008d +__version__ = '0.12.5' +__build__ = 0x00008e __author__ = 'Artur Barseghyan ' __copyright__ = '2014-2017 Artur Barseghyan' __license__ = 'GPL 2.0/LGPL 2.1'