Bump to v1.0.12.

This commit is contained in:
Julien Palard 2021-04-10 00:11:59 +02:00
parent d81c49221e
commit d7468aacb1
3 changed files with 7 additions and 15 deletions

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [1.0.12] - 2021-04-10
### Fixed
- Support for docutils 0.17 thanks to mondeja and xi.
## [1.0.11] - 2020-10-14
### Fixed
- Better handling of FileNotFound, PermissionDenied, or IsADirectory errors.

View File

@ -20,7 +20,7 @@ from docutils.utils import new_document
import regex
__version__ = "1.0.11"
__version__ = "1.0.12"
DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True}

View File

@ -1,19 +1,6 @@
[bumpversion]
current_version = 1.0.11
commit = True
tag = True
[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"
[bumpversion:file:pospell.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
[metadata]
name = pospell
version = 1.0.11
version = attr: pospell.__version__
author = Julien Palard
author_email = julien@palard.fr
license = MIT license