We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13e2b0 commit 4c2b871Copy full SHA for 4c2b871
django_postgrespool2/__init__.py
@@ -1,4 +1,2 @@
1
-# -*- coding: utf-8 -*-
2
-version = (1, 0, 1)
3
-__version__ = '.'.join(str(n) for n in version)
+__version__ = "2.0.1rc9"
4
__author__ = 'lcd1232'
0 commit comments