Skip to content

Commit

Permalink
BUMP 0.3.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey authored Dec 22, 2016
1 parent b9230ba commit 683cc48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

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

- Support for Elasticsearch 5.x.
- Significant performance improvements because operations are buffered.
- BulkIndexErrors are now caught and reraised as OperationFailed.

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

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

DEFAULT_AWS_REGION = 'us-east-1'

__version__ = '0.2.1.dev0'
__version__ = '0.3.0'
"""Elasticsearch 2.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 @@ -31,7 +31,7 @@


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

0 comments on commit 683cc48

Please sign in to comment.