Skip to content

Commit

Permalink
BUG: Resolve issue #5 by removing sphinxcontrib/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McNeil Forbes committed Jan 5, 2022
1 parent 84ee99b commit 5c48b8b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
This file describes user-visible changes between the extension versions.

Version 0.3.2 (2022-01-05)
==========================
* Resolves issue #5 by removing sphinxcontrib/__init__.py which could be installed
by different sphinxcontrb packages like sphinxcontrib-asyncio.

Version 0.3.1 (2022-01-05)
==========================
* Resolves issue #3 (bug when missing members were requested).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinxcontrib-zopeext"
version = "0.3.1"
version = "0.3.2"
description = "Provides sphinxcontrib.zopeext.autointerface for documenting Zope interfaces."
readme = "README.rst"
license = "BSD-2-Clause"
Expand Down
14 changes: 0 additions & 14 deletions sphinxcontrib/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion sphinxcontrib/zopeext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__all__ = ["autointerface"]

__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit 5c48b8b

Please # to comment.