Skip to content

Commit

Permalink
Merge pull request #27 from ties/python39
Browse files Browse the repository at this point in the history
Prepare new release with python 3.9 build and fix for python security update
  • Loading branch information
ties authored Mar 6, 2021
2 parents c4ca884 + c89bc2f commit 3f56790
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ code of these components, to an e-mail address on the Compal site, have not been
Changelog
---------

### 0.3.1:
* [Fix](https://github.com/ties/compal_CH7465LG_py/pull/26) for [python url parsing change](https://bugs.python.org/issue42967) by @Kiskae.

### 0.3.0:
* Guest network settings added by @frimtec.

Expand Down
13 changes: 9 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ resources:
containers:
- container: py37
image: python:3.7

- container: py38
image: python:3.8


- container: py39
image: python:3.9

stages:
- stage: 'Test'
jobs:
Expand All @@ -36,6 +39,8 @@ stages:
containerResource: py37
Python38:
containerResource: py38
Python39:
containerResource: py39

container: $[ variables['containerResource']]

Expand Down Expand Up @@ -74,8 +79,8 @@ stages:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python37:
containerResource: py37
Python39:
containerResource: py39
container: $[ variables['containerResource']]

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="compal",
version="0.3.0",
version="0.3.1",
author="Ties de Kock",
author_email="[email protected]",
description="Compal CH7465LG/Ziggo Connect Box client",
Expand Down

0 comments on commit 3f56790

Please sign in to comment.