Skip to content

Commit 6173b60

Browse files
Bump version number to 3.5.0 for release.
1 parent d87fb7c commit 6173b60

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# next -- TBA
1+
# 3.5.0 -- 2026-01-27
22

33
## Administrative changes
44

cryptol-remote-api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for `cryptol-remote-api` and `cryptol-eval-server`
22

3-
## next -- TBA
3+
## 3.5.0 -- 2026-01-27
44

55
* For loading projects, `untested` corresponds to Cryptol's `--project`,
66
`modified` corresponds to `--modified-project`, `refresh` corresponds to

cryptol-remote-api/cryptol-remote-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: cryptol-remote-api
3-
version: 3.4.0.99
3+
version: 3.5.0
44
license: BSD-3-Clause
55
license-file: LICENSE
66
author: Galois, Inc.

cryptol-remote-api/python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for `cryptol` Python package
22

3-
## next -- TBA
3+
## 3.5.0 -- 2026-01-27
44

55
* Python 3.8, which is EOL, is no longer supported.
66

cryptol-remote-api/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cryptol"
3-
version = "3.4.0.99"
3+
version = "3.5.0"
44
readme = "README.md"
55
keywords = ["cryptography", "verification"]
66
description = "Cryptol client for the Cryptol RPC server"

cryptol.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.4
22
Name: cryptol
3-
Version: 3.4.0.99
3+
Version: 3.5.0
44
Synopsis: Cryptol: The Language of Cryptography
55
Description: Cryptol is a domain-specific language for specifying cryptographic algorithms. A Cryptol implementation of an algorithm resembles its mathematical specification more closely than an implementation in a general purpose language. For more, see <http://www.cryptol.net/>.
66
License: BSD-3-Clause
@@ -29,7 +29,7 @@ source-repository this
2929
type: git
3030
location: https://github.com/GaloisInc/cryptol.git
3131
-- add a tag on release branches
32-
-- tag:
32+
tag: 3.5.0
3333

3434

3535
flag static

docs/RefMan/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
# https://github.com/sphinx-doc/sphinx/blob/74ec2204795481402322e75752547571a553cc4e/sphinx/config.py#L721
3030
# and
3131
# https://github.com/sphinx-doc/sphinx/blob/74ec2204795481402322e75752547571a553cc4e/sphinx/config.py#L765-L766
32-
copyright = '2025: The Cryptol Team'
32+
copyright = '2026: The Cryptol Team'
3333

3434
author = 'The Cryptol Team'
3535

3636
# The short X.Y version
3737
version = ''
3838
# The full version, including alpha/beta/rc tags
39-
release = '3.4.0.99'
39+
release = '3.5.0'
4040

4141

4242
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)