Bump version to 0.13.0

This commit is contained in:
Tulir Asokan
2023-02-26 17:24:11 +02:00
parent f4695d8395
commit 60b1573386
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# v0.13.0 (unreleased)
# v0.13.0 (2023-02-26)
### Added
* Added `allow_contact_info` config option to specify whether personal names

View File

@@ -1,2 +1,2 @@
__version__ = "0.12.2"
__version__ = "0.13.0"
__author__ = "Tulir Asokan <tulir@maunium.net>"