Skip to content

Commit

Permalink
Bump version: 1.6.4 → 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Mar 10, 2022
1 parent ac583a1 commit 3cb1f2a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ latest changes in development for next release
----------------------------------------------

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

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.4
current_version = 1.6.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def parse_requirements(requirements_filename):

setup(
name=textract.__name__,
version="1.6.4",
version="1.6.5",
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .parsers import process

VERSION = "1.6.4"
VERSION = "1.6.5"

0 comments on commit 3cb1f2a

Please sign in to comment.