Skip to content

Commit

Permalink
chore: adds version to info dict elements
Browse files Browse the repository at this point in the history
Makes it possible to get to know version of the App via API.
  • Loading branch information
joamag committed Aug 29, 2024
1 parent 4c9524f commit 763146f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

*
* The `version` field to the `info_dict`

### Changed

Expand Down
1 change: 1 addition & 0 deletions src/appier/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ def refresh(self):
def info_dict(self):
return dict(
name=self.name,
version=self.version,
instance=self.instance,
service=self.service,
type=self.type,
Expand Down

0 comments on commit 763146f

Please sign in to comment.