Skip to content

Commit

Permalink
- prepare release 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 30, 2024
1 parent 50f9d13 commit 2cc05be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BTrees Changelog
==================

6.0 (unreleased)
6.0 (2024-05-30)
================

- Drop support for Python 3.7.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from setuptools.command.build_ext import build_ext


version = '5.3.dev0'
version = '6.0'


def _read(fname):
Expand Down Expand Up @@ -172,6 +172,7 @@ def BTreeExtension(family):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: ZODB",
Expand Down

0 comments on commit 2cc05be

Please sign in to comment.