From c9cb2a609c76af432491988926b1f8248db3600c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 12 Oct 2020 14:40:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.7=20=E2=86=92=201.0.8?= 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 5374fb3..e5198c2 100644 --- a/pospell.py +++ b/pospell.py @@ -22,7 +22,7 @@ from docutils.utils import new_document import regex -__version__ = "1.0.7" +__version__ = "1.0.8" DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True} diff --git a/setup.cfg b/setup.cfg index 372659a..e681cd9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.7 +current_version = 1.0.8 commit = True tag = True diff --git a/setup.py b/setup.py index aa3b780..0bf5310 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as readme: setuptools.setup( name="pospell", - version="1.0.7", + version="1.0.8", description="Spellcheck .po files containing reStructuredText translations", long_description=long_description, long_description_content_type="text/markdown", # This is important!