We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cbd72 commit b463381Copy full SHA for b463381
NEWS.rst
@@ -2,6 +2,18 @@
2
NEWS
3
====
4
5
+Skytools 3.6.1 (2020-09-29)
6
+---------------------------
7
+
8
+Fixes:
9
10
+* scripting: Do not set .my_name on connection,
11
+ does not work on plain Psycopg connection.
12
13
+* cquoting: Work around pypy3 PyBytes_Check bug.
14
15
+* modules: Use multiphase init.
16
17
Skytools 3.6 (2020-08-11)
18
-------------------------
19
skytools/installer_config.py
@@ -9,7 +9,7 @@
# PEP 440 version: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
-package_version = "3.6"
+package_version = "3.6.1"
skylog = 0
0 commit comments