Skip to content

Commit

Permalink
prepare 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Aug 12, 2018
1 parent 5759a21 commit 100c883
Show file tree
Hide file tree
Showing 6 changed files with 18 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.13.5
------
2018-08-12

- Minor fixes in code, tests and docs.

0.13.4
------
2018-08-11
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,8 @@ Project is covered by test (functional- and browser-tests).
.. note::

You are recommended to use Postgres or MySQL for testing. Tests
occasionally fail on SQLite due to very intesive IO and table locking.
occasionally fail on SQLite due to very intensive IO and SQLite table
locking.

To test with all supported Python/Django versions type:

Expand Down
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.13.5
------
2018-08-12

- Minor fixes in code, tests and docs.

0.13.4
------
2018-08-11
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,8 @@ Project is covered by test (functional- and browser-tests).
.. note::

You are recommended to use Postgres or MySQL for testing. Tests
occasionally fail on SQLite due to very intesive IO and table locking.
occasionally fail on SQLite due to very intensive IO and SQLite table
locking.

To test with all supported Python/Django versions type:

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.13.4'
version = '0.13.5'

# ***************************************************************************
# ************************** Python version *********************************
Expand Down
2 changes: 1 addition & 1 deletion src/fobi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'django-fobi'
__version__ = '0.13.4'
__version__ = '0.13.5'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2014-2018 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'
Expand Down

0 comments on commit 100c883

Please sign in to comment.