We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47d223 commit 23eb486Copy full SHA for 23eb486
2 files changed
NEWS.rst
@@ -2,6 +2,28 @@
2
NEWS
3
====
4
5
+Skytools 3.9 (2023-08-23)
6
+-------------------------
7
+
8
+Feature removal:
9
10
+* Drop support for Python 3.6 and earlier.
11
12
+Fixes:
13
14
+* dbstruct: fix PUBLIC grant handling.
15
16
+Cleanups:
17
18
+* Apply mypy 'strict' typing to most modules and tests.
19
+* Use ``pyproject.toml`` for project setup.
20
21
+Warning: next release will drop some ancient and rarely used code:
22
23
+* skytools.plpy_applyrow
24
+* skytools.dbservice
25
+* skytools.skylog.LogDBHandler
26
27
Skytools 3.8.2 (2023-05-19)
28
---------------------------
29
skytools/installer_config.py
@@ -9,7 +9,7 @@
# PEP 440 version: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
-package_version = "3.8.2"
+package_version = "3.9"
skylog = 0
0 commit comments