Skip to content

Commit

Permalink
Initialize missing _port_app_config
Browse files Browse the repository at this point in the history
  • Loading branch information
omby8888 authored and erikzaadi committed Jul 24, 2024
1 parent 1879502 commit 6bddfc0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

## 0.9.5 (2024-07-23)

### Bug Fixes

- Initialize missing _port_app_config


## 0.9.4 (2024-07-09)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions port_ocean/core/handlers/port_app_config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class PortAppConfigCache:
_retrieval_time: float

def __init__(self, cache_ttl: int):
self._port_app_config = None
self._cache_ttl = cache_ttl

@property
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "port-ocean"
version = "0.9.4"
version = "0.9.5"
description = "Port Ocean is a CLI tool for managing your Port projects."
readme = "README.md"
homepage = "https://app.getport.io"
Expand Down

0 comments on commit 6bddfc0

Please sign in to comment.