Skip to content

Commit

Permalink
Bump version: 0.8.3 → 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Dec 14, 2014
1 parent b23ea8b commit 9050d2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 0.8.3
current_version = 0.8.4
files = django_markdown/__init__.py
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django-Markdown v. 0.8.3
Django-Markdown v. 0.8.4
########################

.. _description:
Expand Down
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.3"
__version__ = "0.8.4"
__project__ = "django-markdown"
__author__ = "Kirill Klenov <horneds@gmail.com>"
__license__ = "GNU LGPL"

0 comments on commit 9050d2e

Please sign in to comment.