Title: [1013] tags/5.1: Fix manifest.in and shift release date of 5.1
Revision
1013
Author
cito
Date
2019-05-17 16:10:01 -0400 (Fri, 17 May 2019)

Log Message

Fix manifest.in and shift release date of 5.1

Modified Paths


Diff

Modified: tags/5.1/MANIFEST.in (1012 => 1013)


--- tags/5.1/MANIFEST.in	2019-05-17 20:09:46 UTC (rev 1012)
+++ tags/5.1/MANIFEST.in	2019-05-17 20:10:01 UTC (rev 1013)
@@ -25,6 +25,8 @@
 include docs/make.bat
 include docs/*.py
 include docs/*.rst
+include docs/*.txt
+exclude docs/index.rst
 recursive-include docs/community *.rst
 recursive-include docs/contents *.rst
 recursive-include docs/download *.rst

Modified: tags/5.1/docs/contents/changelog.rst (1012 => 1013)


--- tags/5.1/docs/contents/changelog.rst	2019-05-17 20:09:46 UTC (rev 1012)
+++ tags/5.1/docs/contents/changelog.rst	2019-05-17 20:10:01 UTC (rev 1013)
@@ -1,7 +1,7 @@
 ChangeLog
 =========
 
-Version 5.1 (2019-05-15)
+Version 5.1 (2019-05-17)
 ------------------------
 - Changes to the classic PyGreSQL module (pg):
     - Support for prepared statements (following a suggestion and first
@@ -40,7 +40,7 @@
       no transactions are started and calling commit() is not required. Note
       that this is not part of the DB-API 2 standard.
 
-Vesion 5.0.7 (2019-05-15)
+Vesion 5.0.7 (2019-05-17)
 -------------------------
 - This version officially supports the new PostgreSQL 11.
 - Fixed a bug in parsing array subscript ranges (reported by Justin Pryzby).
_______________________________________________
PyGreSQL mailing list
PyGreSQL@Vex.Net
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to