Skip to content

Commit e914df9

Browse files
committed
- prepare release 6.3
1 parent c80e96b commit e914df9

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
with:
4848
persist-credentials: false
4949
- name: Install uv + caching
50-
# astral/setup-uv@7.2.0
51-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b
50+
# astral/setup-uv@8.0.0
51+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
5252
with:
5353
enable-cache: true
5454
cache-dependency-glob: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ lib64
2828
log/
2929
parts/
3030
pyvenv.cfg
31+
share/
3132
testing.log
3233
var/

.meta.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/pure-python
33
[meta]
44
template = "pure-python"
5-
commit-id = "f6df9072"
5+
commit-id = "b0d3e041"
66

77
[python]
88
with-windows = true
@@ -11,6 +11,7 @@ with-future-python = false
1111
with-docs = true
1212
with-sphinx-doctests = false
1313
with-macos = false
14+
with-free-threaded-python = false
1415

1516
[tox]
1617
use-flake8 = true

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
minimum_pre_commit_version: '3.6'
44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: "7.0.0"
6+
rev: "8.0.1"
77
hooks:
88
- id: isort
99
- repo: https://github.com/hhatto/autopep8
@@ -20,6 +20,7 @@ repos:
2020
rev: 0.4.3
2121
hooks:
2222
- id: teyit
23+
language_version: python3.13
2324
exclude: docs/articles/old-guide
2425
- repo: https://github.com/PyCQA/flake8
2526
rev: "7.3.0"

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Change History
33
================
44

5-
6.3 (unreleased)
5+
6.3 (2026-04-14)
66
----------------
77

88
- Add ``class_factory`` parameter to ``DB.__init__()`` and

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ requires = [
77
]
88
build-backend = "setuptools.build_meta"
99

10-
1110
[project]
1211
name = "ZODB"
1312
description = "ZODB, a Python object-oriented database"
14-
version = "6.3.dev0"
13+
version = "6.3"
1514
license = "ZPL-2.1"
1615
classifiers = [
1716
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)