Skip to content

Commit 01372c3

Browse files
authored
Start branch for 1.2.0 (#160)
1 parent b55981c commit 01372c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ We are currently working on porting this changelog to the specifications in
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## Version 1.1.6 - Unreleased
8+
## Version 1.2.0 - Unreleased
9+
10+
11+
## Version 1.1.6 - Released 2024-08-01
912

1013
### Fixed
1114
* Fixed passing of `flags` as keyword argument to `re.sub` for python 3.13 compliance.

src/xdoctest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def fib(n):
312312
mkinit xdoctest --nomods
313313
'''
314314

315-
__version__ = '1.1.6'
315+
__version__ = '1.2.0'
316316

317317

318318
# Expose only select submodules

0 commit comments

Comments
 (0)