File tree 7 files changed +22
-11
lines changed
7 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.8.3
2
+ current_version = 0.9.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ python:
11
11
- ' pypy3'
12
12
- ' 3.9-dev'
13
13
14
- arch : amd64
14
+ arch :
15
+ - amd64
16
+ - arm64
15
17
install :
16
18
17
19
- pip install --upgrade pip
@@ -31,15 +33,24 @@ stages:
31
33
32
34
33
35
jobs :
36
+ allow_failures :
37
+ - arch : arm64
38
+
39
+ exclude :
40
+ - python : ' 3.7'
41
+ arch : arm64
42
+ - python : ' 3.8'
43
+ arch : arm64
44
+ - python : ' pypy3'
45
+ arch : arm64
46
+ - python : ' 3.9-dev'
47
+ arch : arm64
48
+
34
49
include :
35
50
- stage : test
36
51
dist : bionic
37
52
python : 3.8
38
53
39
- - stage : test
40
- arch : arm64
41
- python : 3.8
42
-
43
54
- stage : deploy_pypi
44
55
python : " 3.6"
45
56
script : skip
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ domdf_python_tools
90
90
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
91
91
:alt: GitHub top language
92
92
93
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.8.3
93
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.9.0
94
94
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
95
95
:alt: GitHub commits since tagged version
96
96
Original file line number Diff line number Diff line change 39
39
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
40
40
"""
41
41
42
- __version__ = "0.8.3 "
42
+ __version__ = "0.9.0 "
43
43
modname = "domdf_python_tools"
44
44
pypi_name = "domdf_python_tools"
45
45
import_name = "domdf_python_tools"
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ domdf_python_tools
94
94
:alt: GitHub top language
95
95
96
96
.. |commits-since | github-shield ::
97
- :commits-since: v0.8.3
97
+ :commits-since: v0.9.0
98
98
:alt: GitHub commits since tagged version
99
99
100
100
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 27
27
__copyright__ : str = "2014-2020 Dominic Davis-Foster"
28
28
29
29
__license__ : str = "LGPLv3+"
30
- __version__ : str = "0.8.3 "
30
+ __version__ : str = "0.9.0 "
31
31
__email__ : str = "dominic@davis-foster.co.uk"
32
32
33
33
__docs = False
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ tests_dir: "tests"
21
21
copyright_years : " 2019-2020"
22
22
author : " Dominic Davis-Foster"
23
23
email : " dominic@davis-foster.co.uk"
24
- version : " 0.8.3 "
24
+ version : " 0.9.0 "
25
25
username : " domdfcoding"
26
26
license : ' LGPLv3+'
27
27
short_desc : ' Helpful functions for Python 🐍 🛠️'
You can’t perform that action at this time.
0 commit comments