File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.0
2+ current_version = 0.5.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 5757
5858 - name : " Install package"
5959 run : |
60- $CONDA/bin/conda install -c file://$(pwd)/conda-bld cawdrey=0.5.0 =py_1 -y || exit 1
60+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld cawdrey=0.5.1 =py_1 -y || exit 1
6161
6262 - name : " Run Tests"
6363 run : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Cawdrey
100100.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/cawdrey
101101 :alt: GitHub top language
102102
103- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.5.0
103+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.5.1
104104 :target: https://github.com/domdfcoding/cawdrey/pulse
105105 :alt: GitHub commits since tagged version
106106
Original file line number Diff line number Diff line change 3838__author__ : str = "Dominic Davis-Foster"
3939__copyright__ : str = "2020 Dominic Davis-Foster"
4040__license__ : str = "LGPLv3+"
41- __version__ : str = "0.5.0 "
41+ __version__ : str = "0.5.1 "
4242__email__ : str = "dominic@davis-foster.co.uk"
4343
4444__all__ = [
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Cawdrey
106106 :alt: GitHub top language
107107
108108 .. |commits-since | github-shield ::
109- :commits-since: v0.5.0
109+ :commits-since: v0.5.1
110110 :alt: GitHub commits since tagged version
111111
112112 .. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project ]
66name = " cawdrey"
7- version = " 0.5.0 "
7+ version = " 0.5.1 "
88description = " Several useful custom dictionaries for Python πβπ"
99readme = " README.rst"
1010keywords = [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import_name: cawdrey
77copyright_years : " 2019-2022"
88author : " Dominic Davis-Foster"
99email : " dominic@davis-foster.co.uk"
10- version : " 0.5.0 "
10+ version : " 0.5.1 "
1111username : " domdfcoding"
1212license : ' LGPLv3+'
1313short_desc : ' Several useful custom dictionaries for Python πβπ'
You canβt perform that action at this time.
0 commit comments