File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.8.0.post1
2
+ current_version = 3.8.0.post2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 57
57
58
58
- name : " Install package"
59
59
run : |
60
- $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.8.0.post1 =py_1 -y || exit 1
60
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.8.0.post2 =py_1 -y || exit 1
61
61
62
62
- name : " Run Tests"
63
63
run : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ domdf_python_tools
100
100
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
101
101
:alt: GitHub top language
102
102
103
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.8.0.post1
103
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.8.0.post2
104
104
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
105
105
:alt: GitHub commits since tagged version
106
106
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ domdf_python_tools
108
108
:alt: GitHub top language
109
109
110
110
.. |commits-since | github-shield ::
111
- :commits-since: v3.8.0.post1
111
+ :commits-since: v3.8.0.post2
112
112
:alt: GitHub commits since tagged version
113
113
114
114
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 29
29
__author__ : str = "Dominic Davis-Foster"
30
30
__copyright__ : str = "2014-2020 Dominic Davis-Foster"
31
31
__license__ : str = "MIT"
32
- __version__ : str = "3.8.0.post1 "
32
+ __version__ : str = "3.8.0.post2 "
33
33
__email__ :
str = "[email protected] "
34
34
35
35
__docs = False
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " domdf_python_tools"
7
- version = " 3.8.0.post1 "
7
+ version = " 3.8.0.post2 "
8
8
description = " Helpful functions for Python 🐍 🛠️"
9
9
readme = " README.rst"
10
10
requires-python = " >=3.6"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ modname: domdf_python_tools
3
3
copyright_years : " 2019-2022"
4
4
author : " Dominic Davis-Foster"
5
5
6
- version : " 3.8.0.post1 "
6
+ version : " 3.8.0.post2 "
7
7
username : " domdfcoding"
8
8
license : ' MIT'
9
9
short_desc : ' Helpful functions for Python 🐍 🛠️'
Original file line number Diff line number Diff line change 8
8
9
9
[metadata]
10
10
name = domdf_python_tools
11
- version = 3.8.0.post1
11
+ version = 3.8.0.post2
12
12
author = Dominic Davis-Foster
13
13
14
14
license = MIT License
You can’t perform that action at this time.
0 commit comments