Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Aug 25, 2014
1 parent d16f784 commit 515a12e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Expand Up @@ -9,6 +9,11 @@ track version numbers, where backwards incompatible changes
latest changes in development for next release
----------------------------------------------

.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1.0.0
-----

* **standardized encoding of output with ``-e/--encoding`` option**
(`#39`_)

Expand All @@ -35,6 +40,8 @@ latest changes in development for next release
standardized text tests to make sure output is consistent across
file types (`#49`_)

* including support for Docker-based testing (`#46`_ by `@ShawnMilo`_)


0.5.1
-----
Expand Down Expand Up @@ -143,6 +150,7 @@ latest changes in development for next release
.. _#41: https://github.com/deanmalmgren/textract/issues/41
.. _#42: https://github.com/deanmalmgren/textract/issues/42
.. _#44: https://github.com/deanmalmgren/textract/issues/44
.. _#46: https://github.com/deanmalmgren/textract/issues/46
.. _#48: https://github.com/deanmalmgren/textract/issues/48
.. _#49: https://github.com/deanmalmgren/textract/issues/49
.. _#53: https://github.com/deanmalmgren/textract/issues/53
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Expand Up @@ -53,20 +53,20 @@ Currently supporting

* ``.odt`` via python builtins

* ``.pptx`` via `python-pptx`_

* ``.pdf`` via `pdftotext`_ (default) or `pdfminer`_

* ``.png`` via `tesseract-ocr`_

* ``.pptx`` via `python-pptx`_

* ``.ps`` via `ps2text`_

* ``.txt`` via python builtins

* ``.xlsx`` via `xlrd <https://pypi.python.org/pypi/xlrd>`_

* ``.xls`` via `xlrd <https://pypi.python.org/pypi/xlrd>`_

* ``.xlsx`` via `xlrd <https://pypi.python.org/pypi/xlrd>`_

Please recommend other file types by either mentioning them on the
`issue tracker <https://github.com/deanmalmgren/textract/issues>`_ or
by :ref:`contributing <contributing>`
Expand Down
2 changes: 1 addition & 1 deletion textract/__init__.py
@@ -1,3 +1,3 @@
VERSION = "0.5.1"
VERSION = "1.0.0"

from .parsers import process

0 comments on commit 515a12e

Please sign in to comment.