Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Prep for version release.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydb committed Apr 29, 2016
1 parent 0fe1f73 commit 32a2381
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
7 changes: 7 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Authors
=======

Thank you to:

* Anthony DeBarros (`@anthonydb <https://github.com/anthonydb>`_)
* Tom Meagher (`@tommeagher <https://github.com/tommeagher>`_)
15 changes: 8 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
Changelog
=========

Development
-----------
0.1.6 - April 28, 2016
----------------------

* Provide ``User-Agent`` and ``From`` HTTP header fields.
* Correct issue where ``force_ocr`` and ``secure`` parameters were not being set default to ``false`` in the Ruby way.
* Correct issue where ``force_ocr`` and ``secure`` parameters were not being set default to ``false`` in the Ruby way. (`#17 <https://github.com/anthonydb/pneumatic/issues/17>`_)
* Handle 50X errors from the API (which do not return JSON). (`#15 <https://github.com/anthonydb/pneumatic/issues/15>`_, thank you, `Tom Meagher <https://github.com/tommeagher>`_!)

0.1.5 - March 9, 2016
---------------------

* Add ``update_processed_files`` method to get page, file hash and other data that's not available upon upload.
* Add ``pages``, ``file_hash``, ``id`` and ``title`` to items tracked in database.
* Create database upon ``DocumentCloudUploader`` initialization.
* Get rid of the file extension in the document title.
* Get rid of the file extension in the document title. (`#13 <https://github.com/anthonydb/pneumatic/issues/13>`_)
* Bug fix: Properly test for presence of data and title keyword arguments.

0.1.4 - February 17, 2016
Expand All @@ -33,7 +34,7 @@ Development
0.1.2 - February 4, 2016
------------------------

* ``dump_to_csv`` outputs contents of SQLite database.
* ``dump_to_csv`` outputs contents of SQLite database. (`#2 <https://github.com/anthonydb/pneumatic/issues/2>`_)
* Add ``force_ocr`` parameter to upload options.
* Removed multiprocessing support for Windows for now.
* Report when upload file directory does not exist.
Expand All @@ -48,8 +49,8 @@ Development
0.1 - December 16, 2015
-----------------------

* Add multiprocessing. (#1)
* Exclude files of 400MB or larger from upload. (#3)
* Add multiprocessing. (`#1 <https://github.com/anthonydb/pneumatic/issues/1>`_)
* Exclude files of 400MB or larger from upload. (`#3 <https://github.com/anthonydb/pneumatic/issues/3>`_)
* Add initial tests.
* Scaffolding for documentation.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.5'
version = '0.1.6'
# The full version, including alpha/beta/rc tags.
release = '0.1.5'
release = '0.1.6'

# 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.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setup(
name='pneumatic',
version='0.1.5',
version='0.1.6',
description='A bulk upload library for DocumentCloud.',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit 32a2381

Please sign in to comment.