Skip to content

Commit

Permalink
prepare 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Sep 27, 2017
1 parent e6621f7 commit 975fdc5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *********************************
Expand Down
4 changes: 2 additions & 2 deletions src/fobi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'django-fobi'
__version__ = '0.12.4'
__build__ = 0x00008d
__version__ = '0.12.5'
__build__ = 0x00008e
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2014-2017 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'
Expand Down

0 comments on commit 975fdc5

Please sign in to comment.