Skip to content

Commit b463381

Browse files
committed
v3.6.1
1 parent 67cbd72 commit b463381

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
NEWS
33
====
44

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+
517
Skytools 3.6 (2020-08-11)
618
-------------------------
719

skytools/installer_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# PEP 440 version: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
1111

12-
package_version = "3.6"
12+
package_version = "3.6.1"
1313

1414
skylog = 0
1515

0 commit comments

Comments
 (0)