Skip to content

Commit

Permalink
Preparing release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 29, 2022
1 parent be8cd14 commit 1e3e12b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -3,8 +3,8 @@ Changelog

For changes before version 3.0, see ``HISTORY.rst``.

5.4 (unreleased)
----------------
5.3.1 (2022-03-29)
------------------

- Prevent race condition in guarded_import
(see `#123 <https://github.com/zopefoundation/AccessControl/issues/123>`_)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@
join('include', 'Acquisition', 'Acquisition.h')]),
]

version = '5.4.dev0'
version = '5.3.1'


setup(name='AccessControl',
Expand Down

0 comments on commit 1e3e12b

Please sign in to comment.