Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 5, 2023
1 parent a3f8eb5 commit 95d3de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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 1.2.0 - Unreleased
## Version 1.2.0 - Released 2023-04-04

### Added
* `before_embed` callback to EmbedOnException
Expand Down
2 changes: 1 addition & 1 deletion xdev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [ ] Automatically add custom defined names in this file to __all__
"""

__version__ = '1.1.2'
__version__ = '1.2.0'


# __submodules__ = [
Expand Down

0 comments on commit 95d3de1

Please sign in to comment.