Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Feb 3, 2022
1 parent d876405 commit 5cd990d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes documented below.

## 1.0.1
- **bug fix:** no longer silently fails when object value has unsupported data type, instead returning the entire object in dict format.
## 1.0.0
- **enhancement (breaking change):** properties now passed as whitespace-separated list rather than comma-separated. They can also be passed through a config file by giving the `--properties` option a filename to a file that exists.
- **stability improvements:** `elasticsearch.helpers.streaming_bulk` now used instead of `elasticsearch.helpers.parallel_bulk` due to issues with memory usage of the latter. Bulk load now retries on timeout.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setuptools.setup(
name="elastic-wikidata",
version="1.0.0",
version="1.0.1",
author="Science Museum Group",
description="elastic-wikidata",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/TheScienceMuseum/elastic-wikidata",
download_url="https://github.com/TheScienceMuseum/elastic-wikidata/archive/v1.0.0.tar.gz",
download_url="https://github.com/TheScienceMuseum/elastic-wikidata/archive/v1.0.1.tar.gz",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 5cd990d

Please sign in to comment.