Skip to content

Commit

Permalink
prepare 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Feb 28, 2018
1 parent d1c2501 commit 2e9f3a9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.13.1
------
2018-02-28

- Minor fixes in recaptcha plugin.
- Add `max_length` to textarea plugin.

0.13
----
2018-02-25
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.13.1
------
2018-02-28

- Minor fixes in recaptcha plugin.
- Add `max_length` to textarea plugin.

0.13
----
2018-02-25
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'
version = '0.13.1'

# ***************************************************************************
# ************************** 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'
__version__ = '0.13.1'
__author__ = 'Artur Barseghyan <[email protected]>'
__copyright__ = '2014-2018 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'
Expand Down

0 comments on commit 2e9f3a9

Please sign in to comment.