Skip to content

Commit

Permalink
[FIX] Release 0.21.1 to fix package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Feb 25, 2021
1 parent ee3fd78 commit efab58f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.21.1 - 2021/02/25
-------------------

New release to fix package publishing on Pypi, no other changes.

0.21.0 - 2021/02/25
-------------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
description='A clear and powerful weblog application powered with Django',
long_description='\n'.join([open('README.rst').read(),
open('CHANGELOG').read()]),
long_description_content_type='text/x-rst',
keywords='django, blog, weblog, zinnia, post, news',

author=zinnia.__author__,
Expand Down
6 changes: 3 additions & 3 deletions zinnia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Zinnia"""
__version__ = '0.21.0'
__version__ = '0.21.1'
__license__ = 'BSD License'

__author__ = 'Emencia',
__email__ = '[email protected]',
__author__ = 'Emencia'
__email__ = '[email protected]'

__url__ = 'https://github.com/emencia/django-blog-xinnia'

Expand Down

0 comments on commit efab58f

Please sign in to comment.