Skip to content

Commit

Permalink
prepare 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Sep 27, 2017
1 parent ca62c85 commit e6621f7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 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.4
------
2017-09-27

- Documentation fixes.

0.12.3
------
2017-09-27
Expand Down
7 changes: 5 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ help:
clean:
rm -rf $(BUILDDIR)/*

html:
html: wagtaildemo
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
Expand All @@ -76,7 +76,7 @@ json:
@echo
@echo "Build finished; now you can process the JSON files."

htmlhelp:
htmlhelp: wagtaildemo
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
@echo
@echo "Build finished; now you can run HTML Help Workshop with the" \
Expand Down Expand Up @@ -190,3 +190,6 @@ pseudoxml:
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."

wagtaildemo:
cd ..; cd examples; git submodule update --init; 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.4
------
2017-09-27

- Documentation fixes.

0.12.3
------
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.3'
version = '0.12.4'

# ***************************************************************************
# ************************** 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.3'
__build__ = 0x00008c
__version__ = '0.12.4'
__build__ = 0x00008d
__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 e6621f7

Please sign in to comment.