mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-15 08:03:11 +00:00
prepare 0.5.15; minor fixes
This commit is contained in:
parent
72db062220
commit
bfaceff4fe
4 changed files with 14 additions and 4 deletions
|
|
@ -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
|
||||
------
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue