From 65f2824284fe505d5feb290994e73601136067c9 Mon Sep 17 00:00:00 2001 From: Kalyan Dutia Date: Thu, 20 May 2021 10:03:02 +0100 Subject: [PATCH] bump to v1.0.0 --- CHANGELOG.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411901e..b30b42b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index a79ab4c..0336dc7 100755 --- a/setup.py +++ b/setup.py @@ -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",