Skip to content

Commit

Permalink
hotfix previous release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 2, 2021
1 parent 706b6a8 commit 893b7f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Version 0.15.8 - Unreleased


### Fixed

* Hotfix - removed debug print statements


## Version 0.15.7 - Released 2021-09-02

### Changed
Expand Down
2 changes: 0 additions & 2 deletions xdoctest/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ def __getattr__(self, attr):
ns = NamespaceLike(self.config)

from xdoctest import doctest_example
print('ns = {!r}'.format(ns.__dict__['config'].__dict__))
self._examp_conf = doctest_example.DoctestConfig()._populate_from_cli(ns)
print('self._examp_conf = {!r}'.format(self._examp_conf))


class XDoctestTextfile(_XDoctestBase):
Expand Down

0 comments on commit 893b7f2

Please sign in to comment.