Bump version: 1.0.5 → 1.0.6a1

This commit is contained in:
Julien Palard 2020-10-11 16:08:06 +02:00
parent e7bc8f86ee
commit fc0e5067fd
3 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.5
current_version = 1.0.6a1
commit = True
tag = True

View File

@ -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!