Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseGrandjonc committed May 17, 2019
1 parent 2eb363e commit 9e0d963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 8)
version = (2, 0, 9)

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from setuptools import setup, find_packages
setup(
name="django-multitenant",
version="2.0.8",
version="2.0.9",
packages=find_packages(),

#install_requires=['gevent>=1.1.1'],
Expand Down

0 comments on commit 9e0d963

Please sign in to comment.