Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Apr 3, 2017
1 parent 448bf00 commit 36e81d6
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.0
-------------------

* Let the user provide file extension as an argument when the file name has no
extension (`#148`_ by `@motazsaad`_)
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.5.0"
release = version = "1.6.0"

# 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.5.0
current_version = 1.6.0
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 @@ -30,7 +30,7 @@

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

0 comments on commit 36e81d6

Please sign in to comment.