We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cb81b commit 39d3b3fCopy full SHA for 39d3b3f
NEWS.rst
@@ -2,6 +2,22 @@
2
NEWS
3
====
4
5
+Skytools 3.9.1 (2023-08-25)
6
+---------------------------
7
+
8
+Fixes:
9
10
+* sqltools: mark ``exists_*`` functions as returning bool
11
+* basetypes: sync DictRow with Mapping
12
+* basetypes: describe additional psycopg2 api
13
14
+Cleanups:
15
16
+* build: create ``abi3`` wheels
17
+* ci: drop unmaintained ``create-release``, ``upload-release-asset`` actions
18
+* ci: build aarch64 wheel
19
+* ci: test on pypy
20
21
Skytools 3.9 (2023-08-23)
22
-------------------------
23
skytools/installer_config.py
@@ -9,7 +9,7 @@
# PEP 440 version: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
-package_version = "3.9"
+package_version = "3.9.1"
skylog = 0
0 commit comments