Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Jan 22, 2025
1 parent 9cf109a commit 40b08d7
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.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.
* __v2.2.0__ - Added an optional argument to providers to toggle caching behavior, added more specific error on 504
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.0.1"
version = "3.1.0"
authors = [
{name = "Paige Gulley", email = "[email protected]"},
{name = "Rahul Bhargava", email = "[email protected]"},
Expand Down

0 comments on commit 40b08d7

Please sign in to comment.