prepare 0.5.15; minor fixes

This commit is contained in:
Artur Barseghyan 2015-09-17 00:48:35 +02:00
parent 72db062220
commit bfaceff4fe
4 changed files with 14 additions and 4 deletions

View file

@ -15,6 +15,11 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.
0.5.15
------
2015-09-17
- Minor fixes.
0.5.14
------

View file

@ -6,9 +6,14 @@ Authors
Contributors
------------
Thanks to the following people for their contributions:
- `Maximilian Kindshofer
<https://github.com/barseghyanartur/django-fobi/commits/master?author=MaximilianKindshofer>`_
for German translations.
- `Thomas Wajs
<https://github.com/barseghyanartur/django-fobi/commits/master?author=thomasWajs>`_
for number of minor yet valueable fixes.
for number of minor yet valuable fixes.
- `garmoncheg
<https://github.com/barseghyanartur/django-fobi/commits?author=garmoncheg>`_
for minor fixes.

View file

@ -67,7 +67,7 @@ for static_dir in static_dirs:
for locale_dir in locale_dirs:
locale_files += [os.path.join(locale_dir, f) for f in os.listdir(locale_dir)]
version = '0.5.14'
version = '0.5.15'
install_requires = [
'Pillow>=2.0.0',

View file

@ -1,6 +1,6 @@
__title__ = 'django-fobi'
__version__ = '0.5.14'
__build__ = 0x000043
__version__ = '0.5.15'
__build__ = 0x000044
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2014-2015 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'