From b3d76aff0ec9b73f6dd6882d6759b4f6dabc9d08 Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Sun, 16 Jun 2024 12:44:24 -0700 Subject: [PATCH] Release bump --- Makefile | 4 ++-- doc/changes.rst | 4 ++-- doc/install.rst | 12 ++++++------ src/apswversion.h | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 9306cf34..eeb502fa 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ SQLITEVERSION=3.46.0 -APSWSUFFIX=.0 +APSWSUFFIX=.1 -RELEASEDATE="24 May 2024" +RELEASEDATE="17 June 2024" VERSION=$(SQLITEVERSION)$(APSWSUFFIX) VERDIR=apsw-$(VERSION) diff --git a/doc/changes.rst b/doc/changes.rst index a222fd30..73af8f24 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -10,8 +10,8 @@ history `__. APSW changes by version ----------------------- -next -==== +3.46.0.1 +======== :func:`apsw.ext.query_info` provides the count and names of bindings parameters. (:issue:`528`) diff --git a/doc/install.rst b/doc/install.rst index f4a48bf8..ae1ef296 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -74,12 +74,12 @@ edit the :file:`setup.apsw` file inside. .. downloads-begin -* `apsw-3.46.0.0.zip - `__ +* `apsw-3.46.0.1.zip + `__ (Source, includes this HTML Help) -* `apsw-3.46.0.0.cosign-bundle - `__ +* `apsw-3.46.0.1.cosign-bundle + `__ cosign signature .. downloads-end @@ -114,8 +114,8 @@ Verify .. code-block:: console - $ cosign verify-blob apsw-3.46.0.0.zip \ - --bundle apsw-3.46.0.0.cosign-bundle \ + $ cosign verify-blob apsw-3.46.0.1.zip \ + --bundle apsw-3.46.0.1.cosign-bundle \ --certificate-identity=rogerb@rogerbinns.com \ --certificate-oidc-issuer=https://github.com/login/oauth Verified OK diff --git a/src/apswversion.h b/src/apswversion.h index 47041c29..ffe36eab 100644 --- a/src/apswversion.h +++ b/src/apswversion.h @@ -1 +1 @@ -#define APSW_VERSION "3.46.0.0" +#define APSW_VERSION "3.46.0.1"