Compare commits

..

2 Commits

Author SHA1 Message Date
Miguel Ramalho
24a1313a65 Bump version to v0.2.4 for release 2022-06-21 01:33:38 +02:00
msramalho
64df4eec28 3.10 only due to test issues 2022-06-21 01:33:16 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.10']
# python: ['3.7', '3.10']
python: ['3.10']
task: # --show-capture=no on purpose
- name: Test
run: |

View File

@@ -2,7 +2,7 @@ _MAJOR = "0"
_MINOR = "2"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "3"
_PATCH = "4"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""