Skip to content

Commit

Permalink
bump version (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstathis authored May 31, 2023
1 parent 712eadd commit f5c51a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2023-05-31

### Added

- Simple UI added to show the state of clients (#47).
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 = "setuptools.build_meta"

[project]
name = "cos-alerter"
version = "0.3.0"
version = "0.4.0"
authors = [
{ name="Dylan Stephano-Shachter", email="dylan.stephano-shachter@canonical.com" }
]
Expand Down
4 changes: 2 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cos-alerter
summary: A liveness checker for self-monitoring.
description: Receive regular pings from the cos stack and alert when they stop.
version: "0.3.0" # NOTE: Make sure this matches `cos-alerter` below
version: "0.4.0" # NOTE: Make sure this matches `cos-alerter` below
base: ubuntu:22.04
license: Apache-2.0
platforms:
Expand All @@ -11,7 +11,7 @@ parts:
plugin: python
source: .
python-packages:
- cos-alerter==0.3.0 # NOTE: Make sure this matches `version` above
- cos-alerter==0.4.0 # NOTE: Make sure this matches `version` above
stage-packages:
- python3-venv
services:
Expand Down

0 comments on commit f5c51a1

Please sign in to comment.