Skip to content

Commit 46e5581

Browse files
committed
Update HISTORY
1 parent 1a9874b commit 46e5581

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md renamed to HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
======================
2+
What's new in 1.3.12
3+
======================
4+
5+
Fix tuple argument again (#201)
6+
7+
InterfaceError is raised when Connection.query() is called for closed connection (#202)
8+
19
======================
210
What's new in 1.3.11
311
======================

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ recursive-include doc *.rst
22
recursive-include tests *.py
33
include doc/conf.py
44
include MANIFEST.in
5-
include HISTORY.md
5+
include HISTORY.rst
66
include INSTALL.rst
77
include README.md
88
include LICENSE

0 commit comments

Comments
 (0)