Skip to content

Commit 90fa7ec

Browse files
committed
Bump version 0.8.3 -> 0.9.0
1 parent 7985765 commit 90fa7ec

File tree

7 files changed

+22
-11
lines changed

7 files changed

+22
-11
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.3
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

.travis.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ python:
1111
- 'pypy3'
1212
- '3.9-dev'
1313

14-
arch: amd64
14+
arch:
15+
- amd64
16+
- arm64
1517
install:
1618

1719
- pip install --upgrade pip
@@ -31,15 +33,24 @@ stages:
3133

3234

3335
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+
3449
include:
3550
- stage: test
3651
dist: bionic
3752
python: 3.8
3853

39-
- stage: test
40-
arch: arm64
41-
python: 3.8
42-
4354
- stage: deploy_pypi
4455
python: "3.6"
4556
script: skip

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ domdf_python_tools
9090
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
9191
:alt: GitHub top language
9292

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
9494
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
9595
:alt: GitHub commits since tagged version
9696

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "0.8.3"
42+
__version__ = "0.9.0"
4343
modname = "domdf_python_tools"
4444
pypi_name = "domdf_python_tools"
4545
import_name = "domdf_python_tools"

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ domdf_python_tools
9494
:alt: GitHub top language
9595

9696
.. |commits-since| github-shield::
97-
:commits-since: v0.8.3
97+
:commits-since: v0.9.0
9898
:alt: GitHub commits since tagged version
9999

100100
.. |commits-latest| github-shield::

domdf_python_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__copyright__: str = "2014-2020 Dominic Davis-Foster"
2828

2929
__license__: str = "LGPLv3+"
30-
__version__: str = "0.8.3"
30+
__version__: str = "0.9.0"
3131
__email__: str = "dominic@davis-foster.co.uk"
3232

3333
__docs = False

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tests_dir: "tests"
2121
copyright_years: "2019-2020"
2222
author: "Dominic Davis-Foster"
2323
email: "dominic@davis-foster.co.uk"
24-
version: "0.8.3"
24+
version: "0.9.0"
2525
username: "domdfcoding"
2626
license: 'LGPLv3+'
2727
short_desc: 'Helpful functions for Python 🐍 🛠️'

0 commit comments

Comments
 (0)