We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d129d13 commit fc52c03Copy full SHA for fc52c03
AUTHORS.rst
@@ -11,5 +11,6 @@ Contributors
11
------------
12
13
* @ErhoSen https://github.com/ErhoSen
14
+* @shuribuzz https://github.com/shuribuzz
15
16
None yet. Why not be the first?
HISTORY.rst
@@ -3,6 +3,11 @@
3
History
4
-------
5
6
+0.2.2 (2019-05-19)
7
+++++++++++++++++++
8
+
9
+* Add psqlextra.backend to ALLOWED_ENGINES. (PR #4 by @shuribuzz)
10
0.2.1 (2019-05-19)
++++++++++++++++++
setup.py
@@ -9,7 +9,7 @@
from distutils.core import setup
-version = '0.2.1'
+version = '0.2.2'
if sys.argv[-1] == 'publish':
0 commit comments