diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c770fc5..37a651d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be94e5..f1e0101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -## 2023-12-11 +## 2023-12-11 (v0.2.0) * Add a stable sort for event log items and use it in the web index page. + * Build with Python 3.12 diff --git a/pyproject.toml b/pyproject.toml index 2fe06eb..805fe13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sagemcom-f3896-client" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Ties de Kock "] readme = "README.md"