Skip to content

Commit

Permalink
Bump version: 1.6.3 → 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Aug 21, 2021
1 parent 91c0207 commit eac9d66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Expand Up @@ -10,6 +10,8 @@ latest changes in development for next release
----------------------------------------------

.. THANKS FOR CONTRIBUTING; ADD YOUR UNRELEASED CHANGES HERE!
1.6.4
-------------------

* several bug fixes, including:

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -58,7 +58,7 @@
# built documents.
#
# The short X.Y version.
release = version = "1.6.3"
release = version = "1.6.4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.3
current_version = 1.6.4
commit = True
tag = True

Expand All @@ -20,4 +20,3 @@ search = THANKS FOR CONTRIBUTING; ADD YOUR UNRELEASED CHANGES HERE!
replace = THANKS FOR CONTRIBUTING; ADD YOUR UNRELEASED CHANGES HERE!
{new_version}
-------------------

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def parse_requirements(requirements_filename):

setup(
name=textract.__name__,
version="1.6.3",
version="1.6.4",
description="extract text from any document. no muss. no fuss.",
long_description=long_description,
url=github_url,
Expand Down
2 changes: 1 addition & 1 deletion textract/__init__.py
@@ -1,3 +1,3 @@
from .parsers import process

VERSION = "1.6.3"
VERSION = "1.6.4"

0 comments on commit eac9d66

Please sign in to comment.