From 12fa573c1dbf8b75dfb89f15389938dd8af6c45a Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 14 Oct 2020 00:22:40 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.9=20=E2=86=92=201.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pospell.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pospell.py b/pospell.py index 3b9bdac..a90c5b5 100644 --- a/pospell.py +++ b/pospell.py @@ -20,7 +20,7 @@ from docutils.utils import new_document import regex -__version__ = "1.0.9" +__version__ = "1.0.10" DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True} diff --git a/setup.cfg b/setup.cfg index 3a4ed75..1e167d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.9 +current_version = 1.0.10 commit = True tag = True diff --git a/setup.py b/setup.py index c36c264..ace372f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as readme: setuptools.setup( name="pospell", - version="1.0.9", + version="1.0.10", description="Spellcheck .po files containing reStructuredText translations", long_description=long_description, long_description_content_type="text/markdown", # This is important!