Skip to content

Commit fc52c03

Browse files
committed
[Feat] release version 0.2.2
1 parent d129d13 commit fc52c03

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

AUTHORS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Contributors
1111
------------
1212

1313
* @ErhoSen https://github.com/ErhoSen
14+
* @shuribuzz https://github.com/shuribuzz
1415

1516
None yet. Why not be the first?

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
0.2.2 (2019-05-19)
7+
++++++++++++++++++
8+
9+
* Add psqlextra.backend to ALLOWED_ENGINES. (PR #4 by @shuribuzz)
10+
611
0.2.1 (2019-05-19)
712
++++++++++++++++++
813

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from distutils.core import setup
1010

1111

12-
version = '0.2.1'
12+
version = '0.2.2'
1313

1414

1515
if sys.argv[-1] == 'publish':

0 commit comments

Comments
 (0)