Skip to content

Commit

Permalink
Release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Jun 16, 2024
1 parent 10e2727 commit b3d76af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ history <https://devguide.python.org/versions/>`__.
APSW changes by version
-----------------------

next
====
3.46.0.1
========

:func:`apsw.ext.query_info` provides the count and names of bindings
parameters. (:issue:`528`)
Expand Down
12 changes: 6 additions & 6 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ edit the :file:`setup.apsw` file inside.

.. downloads-begin
* `apsw-3.46.0.0.zip
<https://github.com/rogerbinns/apsw/releases/download/3.46.0.0/apsw-3.46.0.0.zip>`__
* `apsw-3.46.0.1.zip
<https://github.com/rogerbinns/apsw/releases/download/3.46.0.1/apsw-3.46.0.1.zip>`__
(Source, includes this HTML Help)

* `apsw-3.46.0.0.cosign-bundle
<https://github.com/rogerbinns/apsw/releases/download/3.46.0.0/apsw-3.46.0.0.cosign-bundle>`__
* `apsw-3.46.0.1.cosign-bundle
<https://github.com/rogerbinns/apsw/releases/download/3.46.0.1/apsw-3.46.0.1.cosign-bundle>`__
cosign signature

.. downloads-end
Expand Down Expand Up @@ -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 \
[email protected] \
--certificate-oidc-issuer=https://github.com/login/oauth
Verified OK
Expand Down
2 changes: 1 addition & 1 deletion src/apswversion.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define APSW_VERSION "3.46.0.0"
#define APSW_VERSION "3.46.0.1"

0 comments on commit b3d76af

Please sign in to comment.