Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2023
1 parent 41769b0 commit b5b60e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.6.0 (2023-09-23)

### Feat

- **MetisAPI**: support collections visibility

### Fix

- **helpers**: runtime type checks

## v0.5.0 (2023-07-27)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion metis_client/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from logging import Logger, getLogger
from typing import Literal, Union

PROJECT_VERSION = "0.5.0"
PROJECT_VERSION = "0.6.0"
PROJECT_NAME = "metis_client"

# This is the default user agent,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "metis-client"
version = "0.5.0"
version = "0.6.0"
description = """Metis infra API client in Python"""
authors = [{name = "Sergei Korolev", email = "knopki@duck.com"}]
readme = "README.md"
Expand Down

0 comments on commit b5b60e0

Please sign in to comment.