Skip to content

Commit

Permalink
bump: version 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2023
1 parent 886a171 commit 70e1a52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.2.0 (2023-07-27)

### Feat

- **config**: warn on unknown config fields

## v1.1.0 (2023-07-27)

### Feat
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 = "yascheduler"
version = "1.1.0"
version = "1.2.0"
description = """Yet another computing scheduler and cloud orchestration engine"""
authors = [
{name = "Evgeny Blokhin", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion yascheduler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .client import Yascheduler
from .variables import CONFIG_FILE, LOG_FILE, PID_FILE

__version__ = "1.1.0"
__version__ = "1.2.0"
__all__ = [
"CONFIG_FILE",
"LOG_FILE",
Expand Down

0 comments on commit 70e1a52

Please sign in to comment.