Skip to content

Commit 23eb486

Browse files
committed
v3.9
1 parent f47d223 commit 23eb486

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

NEWS.rst

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

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+
527
Skytools 3.8.2 (2023-05-19)
628
---------------------------
729

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.8.2"
12+
package_version = "3.9"
1313

1414
skylog = 0
1515

0 commit comments

Comments
 (0)