diff --git a/HISTORY.rst b/HISTORY.rst index 8d631ff..5312a1f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,8 @@ +0.9.44 +------ + +* fix parameter passing in ``describe_multiseek_data`` + 0.9.43 ------ diff --git a/setup.cfg b/setup.cfg index d0df53c..1f3456d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.43 +current_version = 0.9.44 commit = True tag = False diff --git a/setup.py b/setup.py index 4a11b24..4d47d86 100755 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def reqs(f): setup( name="django-multiseek", - version="0.9.43", + version="0.9.44", description="Build a form to seek records using multiple parameters", author=u"MichaƂ Pasternak", author_email="michal.dtz@gmail.com",