Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sv0 committed Aug 25, 2016
1 parent f0b2e47 commit d1bfdab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion django_markdown/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Django-Markdown supports markdown in Django. """

__version__ = "0.8.5"
__version__ = "0.8.6"
__project__ = "django-markdown-app"
__author__ = "Kirill Klenov <[email protected]>"
__license__ = "GNU LGPL"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def _read(fname):
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: Russian',
'Natural Language :: English',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', # noqa
'Programming Language :: Python',
Expand Down

0 comments on commit d1bfdab

Please sign in to comment.