Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed May 20, 2021
1 parent 0f771ec commit 65f2824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes documented below.

## 1.0.0-beta
## 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="0.3.7",
version="1.0.0",
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/v0.3.2.tar.gz",
download_url="https://github.com/TheScienceMuseum/elastic-wikidata/archive/v1.0.0.tar.gz",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 65f2824

Please sign in to comment.