Skip to content

Commit

Permalink
BUMP 0.3.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey authored Jan 11, 2017
1 parent 40ee3c9 commit a1aa341
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 0.3.0
-------------

- Significant performance improvements because operations are buffered.
- BulkIndexErrors are now caught and reraised as OperationFailed.
- Support for connecting to multiple Elasticsearch hosts. See
https://github.com/mongodb-labs/mongo-connector/wiki/Usage-with-Elasticsearch#connecting-to-multiple-elasticsearch-hosts.

Version 0.2.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion mongo_connector/doc_managers/elastic_doc_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

DEFAULT_AWS_REGION = 'us-east-1'

__version__ = '0.2.1.dev0'
__version__ = '0.3.0'
"""Elasticsearch 1.X DocManager version."""


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
long_description = None # Install without README.rst

setup(name='elastic-doc-manager',
version='0.2.1.dev0',
version='0.3.0',
maintainer='mongodb',
description='Elastic 1.x plugin for mongo-connector',
long_description=long_description,
Expand Down

0 comments on commit a1aa341

Please sign in to comment.