Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseGrandjonc committed May 10, 2019
1 parent be83785 commit cebd8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_multitenant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
version = (2, 0, 5)
version = (2, 0, 6)

__version__ = ".".join(map(str, version))

Expand Down

0 comments on commit cebd8f5

Please sign in to comment.