Skip to content

Commit

Permalink
Merge pull request #102 from Erotemic/dev/0.15.8
Browse files Browse the repository at this point in the history
start 0.15.8 branch
  • Loading branch information
Erotemic committed Sep 2, 2021
2 parents 1af724f + 893b7f2 commit 8de07a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ We are currently working on porting this changelog to the specifications in
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 0.15.8 - Unreleased

## Version 0.15.7 - Unreleased

### Fixed

* Hotfix - removed debug print statements


## Version 0.15.7 - Released 2021-09-02

### Changed
* Removed the distracting and very long internal traceback that occurred in
Expand Down
2 changes: 1 addition & 1 deletion xdoctest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def fib(n):
mkinit xdoctest --nomods
'''

__version__ = '0.15.7'
__version__ = '0.15.8'


# Expose only select submodules
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 8de07a2

Please sign in to comment.