Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Bump to v1.0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Apr 9, 2021
1 parent d81c492 commit d7468aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pospell.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import regex

__version__ = "1.0.11"
__version__ = "1.0.12"

DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True}

Expand Down
15 changes: 1 addition & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d7468aa

Please sign in to comment.