We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55981c commit 01372c3Copy full SHA for 01372c3
CHANGELOG.md
@@ -5,7 +5,10 @@ We are currently working on porting this changelog to the specifications in
5
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
8
-## Version 1.1.6 - Unreleased
+## Version 1.2.0 - Unreleased
9
+
10
11
+## Version 1.1.6 - Released 2024-08-01
12
13
### Fixed
14
* Fixed passing of `flags` as keyword argument to `re.sub` for python 3.13 compliance.
src/xdoctest/__init__.py
@@ -312,7 +312,7 @@ def fib(n):
312
mkinit xdoctest --nomods
313
'''
314
315
-__version__ = '1.1.6'
+__version__ = '1.2.0'
316
317
318
# Expose only select submodules
0 commit comments