Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyomahony committed Aug 17, 2018
2 parents 43f50ad + 608797c commit 30f9034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pagedown/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = ("1", "0", "5")
VERSION = ("1", "0", "6")
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from distutils.command.build import build
from setuptools.command.develop import develop

from pagedown import VERSION

def get_submodules():
if path.exists('.git'):
Expand All @@ -27,7 +28,7 @@ def run(self):

setup(
name="django-pagedown",
version="1.0.5",
version=".".join(map(str, VERSION)),
author="Timmy O'Mahony",
author_email="[email protected]",
url="https://github.com/timmyomahony/django-pagedown",
Expand Down

0 comments on commit 30f9034

Please sign in to comment.