diff --git a/CHANGELOG.md b/CHANGELOG.md index c32ae5c..c31d0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * Fixed passing of `flags` as keyword argument to `re.sub` for python 3.13 compliance. -## Version 1.1.5 - Released 2024-06-08 +## Version 1.1.5 - Released 2024-06-07 ### Changed * Minor modification to `xdoctest --version-info` and exposed it in CLI help. ### Fixed -* `ub.modname_to_modpath` fixed in cases where editable installs use type annotations in their MAPPING definition. +* `modname_to_modpath` fixed in cases where editable installs use type annotations in their MAPPING definition. ## Version 1.1.4 - Released 2024-05-31 diff --git a/dev/maintain/port_ubelt_utils.py b/dev/maintain/port_ubelt_utils.py index a45682a..6d298b1 100644 --- a/dev/maintain/port_ubelt_utils.py +++ b/dev/maintain/port_ubelt_utils.py @@ -1,5 +1,10 @@ """ Statically ports utilities from ubelt needed by xdoctest. + +Similar Scripts: + ~/code/xdoctest/dev/maintain/port_ubelt_utils.py + ~/code/mkinit/dev/maintain/port_ubelt_code.py + ~/code/line_profiler/dev/maintain/port_utilities.py """ diff --git a/src/xdoctest/__init__.py b/src/xdoctest/__init__.py index c3ddfbf..2b7f48e 100644 --- a/src/xdoctest/__init__.py +++ b/src/xdoctest/__init__.py @@ -313,7 +313,7 @@ def fib(n): mkinit xdoctest --nomods ''' -__version__ = '1.1.5' +__version__ = '1.1.6' # Expose only select submodules