From fc0e5067fd333c34ca28c6a4bf8aaacef89e36d4 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 11 Oct 2020 16:08:06 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.5=20=E2=86=92=201.0.6a1?= 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 57c3018..a211c61 100644 --- a/pospell.py +++ b/pospell.py @@ -20,7 +20,7 @@ from docutils.utils import new_document import regex -__version__ = "1.0.5" +__version__ = "1.0.6" DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True} diff --git a/setup.cfg b/setup.cfg index 28c0eea..a8e3f57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.0.6a1 commit = True tag = True diff --git a/setup.py b/setup.py index 84dee46..cdd0dcc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as readme: setuptools.setup( name="pospell", - version="1.0.5", + version="1.0.6", description="Spellcheck .po files containing reStructuredText translations", long_description=long_description, long_description_content_type="text/markdown", # This is important!