Skip to content

Commit

Permalink
- Use current location for UtilityRegistration and `IUtilityRegistr…
Browse files Browse the repository at this point in the history
…ation`

  classes.
  • Loading branch information
strichter committed Oct 11, 2018
1 parent 9b2ca55 commit c9c1c83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
Changes
=========

4.3 (unreleased)
================
4.2.1 (unreleased)
==================

- Nothing changed yet.
- Use current location for `UtilityRegistration` and `IUtilityRegistration`
classes.


4.2 (2018-10-09)
================
4.2.0 (2018-10-09)
==================

- Add support for Python 3.7.

Expand Down
4 changes: 2 additions & 2 deletions src/zope/site/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
zope.container.interfaces.IWriteContainer" />
</class>

<class class="zope.component.registry.UtilityRegistration">
<class class="zope.interface.registry.UtilityRegistration">
<require
permission="zope.ManageSite"
interface="zope.component.interfaces.IUtilityRegistration"
interface="zope.interface.interfaces.IUtilityRegistration"
/>
</class>

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.dev0
4.2.1.dev0

0 comments on commit c9c1c83

Please sign in to comment.