Skip to content

Commit 86c43cb

Browse files
authored
Merge pull request #311 from zopefoundation/tseaver-garden_changelog_post_pr_307
chore: garden changelog post PR #307
2 parents 8e90a23 + 082afa2 commit 86c43cb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
Changes
33
=========
44

5-
6.5 (unreleased)
5+
7.0 (unreleased)
66
================
77

8+
- Enable heap-based types (PEP 384) for Python >= 3.11.
9+
10+
- Adopt multi-phase module initialization (PEP 489).
11+
812
- Drop support for Python 3.7.
913

1014

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def read(*rnames):
9999

100100
setup(
101101
name='zope.interface',
102-
version='6.5.dev0',
102+
version='7.0.dev0',
103103
url='https://github.com/zopefoundation/zope.interface',
104104
license='ZPL 2.1',
105105
description='Interfaces for Python',

0 commit comments

Comments
 (0)