Skip to content

Commit

Permalink
Preparing release 4.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 30, 2023
1 parent 69e81ba commit af67ecc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -2,8 +2,8 @@
Changes
=========

4.0.0 (unreleased)
==================
4.0.0a1 (2023-06-30)
====================

- Drop support for Python versions that are end of life, including
everything less than 3.8.
Expand Down
2 changes: 1 addition & 1 deletion src/relstorage/adapters/drivers.py
Expand Up @@ -156,7 +156,7 @@ class AbstractModuleDriver(object):
#: Do this only when a requirement cannot be specified in
#: setup.py as an installation requirement.
#:
#: .. versionadded:: NEXT
#: .. versionadded:: 4.0.0a1
REQUIREMENTS = ()

#: Priority of this driver, when available. Lower is better.
Expand Down
2 changes: 1 addition & 1 deletion src/relstorage/zodburi_resolver.py
Expand Up @@ -122,7 +122,7 @@ def factory(options):

class SqliteAdapterHelper(Resolver):
"""
.. versionchanged:: NEXT
.. versionchanged:: 4.0.0a1
The ``data_dir`` argument replaces the ``path`` argument.
"""
_string_args = ('data_dir',)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
4.0.0.dev0
4.0.0a1

0 comments on commit af67ecc

Please sign in to comment.