Skip to content

Commit

Permalink
v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Aug 25, 2023
1 parent 53cb81b commit 39d3b3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
NEWS
====

Skytools 3.9.1 (2023-08-25)
---------------------------

Fixes:

* sqltools: mark ``exists_*`` functions as returning bool
* basetypes: sync DictRow with Mapping
* basetypes: describe additional psycopg2 api

Cleanups:

* build: create ``abi3`` wheels
* ci: drop unmaintained ``create-release``, ``upload-release-asset`` actions
* ci: build aarch64 wheel
* ci: test on pypy

Skytools 3.9 (2023-08-23)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion skytools/installer_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 39d3b3f

Please sign in to comment.