Skip to content

Commit

Permalink
fix: use the Zope distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 28, 2024
1 parent f8e8ec0 commit 16a3d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/api/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ def zope_version():
:returns: string denoting what release of Zope2 this distribution contains
:Example: :ref:`env-zope-version-example`
"""
return get_distribution("Zope2").version
return get_distribution("Zope").version

0 comments on commit 16a3d10

Please sign in to comment.