Skip to content

Commit

Permalink
Bump version: 1.6.0 → 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Jun 17, 2017
1 parent 956e53a commit 05fdc7a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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.1
-------------------

* 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.0"
release = version = "1.6.1"

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

Expand All @@ -18,6 +18,6 @@ replace = version = "{new_version}"
[bumpversion:file:docs/changelog.rst]
search = THANKS FOR CONTRIBUTING; ADD YOUR UNRELEASED CHANGES HERE!
replace = THANKS FOR CONTRIBUTING; ADD YOUR UNRELEASED CHANGES HERE!
{new_version}
-------------------

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

setup(
name=textract.__name__,
version="1.6.0",
version="1.6.1",
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.0"
VERSION = "1.6.1"

0 comments on commit 05fdc7a

Please sign in to comment.