Skip to content

Commit

Permalink
bump version to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philbudne committed Jan 25, 2025
1 parent 34e9bc5 commit 0fa6b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Make sure `pip install flit twine` so you can build and deploy to PyPI.
4. A github action will build and push the repository on committing a tagged version

### Version History
* __v3.1.1__ - Fix ES Provider to send None as last page pagination token
* __v3.1.0__ - Add new ProviderException classes to pass more meaningful errors to consumer processes
* __v3.0.1__ - Fix ES Provider to accept sort_{order,field} paging arguments like NSA-based Provider
* __v3.0.0__ - New "OnlineNewsMediaCloudProvider" using Elasticsearch DSL for direct access to the ES cluster. Retain old provider as "OnlineNewsMediaCloudOldProvider" for now.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "mc-providers"
version = "3.1.0"
version = "3.1.1"
authors = [
{name = "Paige Gulley", email = "[email protected]"},
{name = "Rahul Bhargava", email = "[email protected]"},
Expand Down

0 comments on commit 0fa6b97

Please sign in to comment.