Skip to content

Commit

Permalink
Start branch for 1.2.1 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic authored Aug 20, 2024
1 parent 3b9aa66 commit f85735b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ We are currently working on porting this changelog to the specifications in
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Version 1.2.0 - Unreleased
## Version 1.2.1 - Unreleased


## Version 1.2.0 - Released 2024-08-20

### Added
* Support for top level awaits in async code examples.
Expand Down
2 changes: 1 addition & 1 deletion src/xdoctest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def fib(n):
mkinit xdoctest --nomods
'''

__version__ = '1.2.0'
__version__ = '1.2.1'


# Expose only select submodules
Expand Down

0 comments on commit f85735b

Please sign in to comment.