Skip to content

Commit

Permalink
bump to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Jun 23, 2015
1 parent afa1c45 commit 653b9fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,6 +1,6 @@
.. NOTES FOR CREATING A RELEASE:
..
.. * bump the version number
.. * bump the version number in textract.__init__.py
.. * update docs/changelog.rst
.. * git push
.. * python setup.py sdist upload
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Expand Up @@ -11,6 +11,10 @@ latest changes in development for next release

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

* support for ``.rtf`` files (`#84`_)

* support for ``.msg`` files (`#87`_ and `#17`_ by `@anthonygarvan`_)
Expand Down
2 changes: 1 addition & 1 deletion textract/__init__.py
@@ -1,3 +1,3 @@
from .parsers import process

VERSION = "1.2.0"
VERSION = "1.3.0"

0 comments on commit 653b9fb

Please sign in to comment.