Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pgulley committed Jul 12, 2024
1 parent 3d9d4c8 commit 48c85ab
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 @@ -69,6 +69,7 @@ Deployments are now configured to be automatically built and released via GitHub
5. Once it is done, the labeled image will be ready at https://hub.docker.com/r/mcsystems/news-search-api

## Version History
* __v1.3.6__ - Major refactor and cleanup, behavior unchanged
* __v1.3.5__ - Use mc-manage for deployment record
* __v1.3.4__ - Add airtable deployment update script
* __v1.3.3__ - Remove 'link' header
Expand Down
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def termaggrs_list(self) -> List[str]:


class ApiVersion(str, Enum):
v1 = "1.3.5"
v1 = "1.3.6"


ES = EsClientWrapper(config.eshosts_list, **config.esopts)
Expand Down

0 comments on commit 48c85ab

Please sign in to comment.