From e9c377136b8d0329f464749ea9671874d9dde17e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Jan 2016 18:41:39 +0100 Subject: Configure for publications on pypi, descriptions, etc. --- ishtar_common/__init__.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ishtar_common/__init__.py') diff --git a/ishtar_common/__init__.py b/ishtar_common/__init__.py index 84ec7c204..5d2eadd7d 100644 --- a/ishtar_common/__init__.py +++ b/ishtar_common/__init__.py @@ -7,13 +7,4 @@ from django.utils.translation import ugettext as _ # overload of translation of registration module _(u"username") _(u"email address") - -VERSION = (0, 9) - _(u"Related item") - - -def get_version(): - return u'.'.join((unicode(num) for num in VERSION)) - -__version__ = get_version() -- cgit v1.2.3