Skip to content

Commit e4bee1a

Browse files
committed
doc version bump
1 parent 97d70dc commit e4bee1a

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

doc/cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ apsw
66
A terminal interface to the APSW SQLite shell modelled after the SQLite shell
77
-----------------------------------------------------------------------------
88

9-
:version: apsw 3.49.1.0
10-
:date: 25 February 2025
9+
:version: apsw 3.49.2.0
10+
:date: 7 May 2025
1111
:manual section: 1
1212
:manual group: General Commands Manual
1313

doc/install.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,20 @@ edit the :file:`setup.apsw` file inside.
8282

8383
.. downloads-begin
8484
85-
* `apsw-3.49.1.0.zip
86-
<https://github.com/rogerbinns/apsw/releases/download/3.49.1.0/apsw-3.49.1.0.zip>`__
85+
* `apsw-3.49.2.0.zip
86+
<https://github.com/rogerbinns/apsw/releases/download/3.49.2.0/apsw-3.49.2.0.zip>`__
8787
(Source as zip, includes this HTML Help)
8888

89-
* `apsw-3.49.1.0.tar.gz
90-
<https://github.com/rogerbinns/apsw/releases/download/3.49.1.0/apsw-3.49.1.0.tar.gz>`__
89+
* `apsw-3.49.2.0.tar.gz
90+
<https://github.com/rogerbinns/apsw/releases/download/3.49.2.0/apsw-3.49.2.0.tar.gz>`__
9191
(Source as tar.gz, includes this HTML Help)
9292

93-
* `apsw-3.49.1.0.zip.cosign-bundle
94-
<https://github.com/rogerbinns/apsw/releases/download/3.49.1.0/apsw-3.49.1.0.zip.cosign-bundle>`__
93+
* `apsw-3.49.2.0.zip.cosign-bundle
94+
<https://github.com/rogerbinns/apsw/releases/download/3.49.2.0/apsw-3.49.2.0.zip.cosign-bundle>`__
9595
cosign signature for zip source
9696

97-
* `apsw-3.49.1.0.tar.gz.cosign-bundle
98-
<https://github.com/rogerbinns/apsw/releases/download/3.49.1.0/apsw-3.49.1.0.tar.gz.cosign-bundle>`__
97+
* `apsw-3.49.2.0.tar.gz.cosign-bundle
98+
<https://github.com/rogerbinns/apsw/releases/download/3.49.2.0/apsw-3.49.2.0.tar.gz.cosign-bundle>`__
9999
cosign signature for tar.gz source
100100

101101
.. downloads-end
@@ -127,18 +127,18 @@ Verify
127127
128128
.. code-block:: console
129129
130-
$ cosign verify-blob apsw-3.49.1.0.zip \
130+
$ cosign verify-blob apsw-3.49.2.0.zip \
131131
--new-bundle-format \
132-
--bundle apsw-3.49.1.0.zip.cosign-bundle \
132+
--bundle apsw-3.49.2.0.zip.cosign-bundle \
133133
--certificate-identity=rogerb@rogerbinns.com \
134134
--certificate-oidc-issuer=https://github.com/login/oauth
135135
Verified OK
136136
137-
$ python3 -m sigstore verify identity apsw-3.49.1.0.zip \
138-
--bundle apsw-3.49.1.0.zip.cosign-bundle \
137+
$ python3 -m sigstore verify identity apsw-3.49.2.0.zip \
138+
--bundle apsw-3.49.2.0.zip.cosign-bundle \
139139
--cert-identity=rogerb@rogerbinns.com \
140140
--cert-oidc-issuer=https://github.com/login/oauth
141-
OK: apsw-3.49.1.0.zip
141+
OK: apsw-3.49.2.0.zip
142142
143143
.. verify-end
144144

0 commit comments

Comments
 (0)