Skip to content

Commit

Permalink
Update package version to 0.5.4 for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jun 3, 2020
1 parent 1509a15 commit caa8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parasolr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

default_app_config = 'parasolr.apps.ParasolConfig'

__version_info__ = (0, 5, 3, None)
__version_info__ = (0, 5, 4, None)

# Dot-connect all but the last. Last is dash-connected if not None.
__version__ = '.'.join([str(i) for i in __version_info__[:-1]])
Expand Down

0 comments on commit caa8581

Please sign in to comment.