Skip to content
Snippets Groups Projects
Commit 4a5e49b7 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

Merge branch 'release' into 'main'

bump version

See merge request !84
parents e39534c2 729d1981
No related branches found
No related tags found
1 merge request!84bump version
Pipeline #182433 failed
......@@ -42,9 +42,19 @@ test-3.9-1.11.x:
test-3.10:
extends: .test-3.10
before_script:
- !reference [.test-3.10, before_script]
- python -m pip install blissdata --ignore-requires-python
variables:
PYTEST_WARNINGS: "-W error ${IGNORE_WARNINGS}"
test-3.11:
extends: .test-3.11
before_script:
- !reference [.test-3.11, before_script]
- python -m pip install blissdata --ignore-requires-python
variables:
PYTEST_WARNINGS: "-W error ${IGNORE_WARNINGS}"
build_sdist:
extends: .build_sdist
......
# CHANGELOG.md
## 0.5.0 (unreleased)
## (unreleased)
## 0.4.3
Bug fixes:
- Support pip 24.1
## 0.4.2
......
__version__ = "0.4.2"
__version__ = "0.4.3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment