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.3.0.post1
2+ current_version = 0.4.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ dict2css
101101.. |language | image :: https://img.shields.io/github/languages/top/sphinx-toolbox/dict2css
102102 :alt: GitHub top language
103103
104- .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/dict2css/v0.3.0.post1
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/dict2css/v0.4.0
105105 :target: https://github.com/sphinx-toolbox/dict2css/pulse
106106 :alt: GitHub commits since tagged version
107107
Original file line number Diff line number Diff line change 5151__author__ : str = "Dominic Davis-Foster"
5252__copyright__ : str = "2020-2021 Dominic Davis-Foster"
5353__license__ : str = "MIT License"
54- __version__ : str = "0.3.0.post1 "
54+ __version__ : str = "0.4.0 "
5555__email__ : str = "dominic@davis-foster.co.uk"
5656
5757__all__ = [
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dict2css
107107 :alt: GitHub top language
108108
109109 .. |commits-since | github-shield ::
110- :commits-since: v0.3.0.post1
110+ :commits-since: v0.4.0
111111 :alt: GitHub commits since tagged version
112112
113113 .. |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 = " dict2css"
7- version = " 0.3.0.post1 "
7+ version = " 0.4.0 "
88description = " A μ-library for constructing cascading style sheets from Python dictionaries."
99readme = " README.rst"
1010keywords = [ " css" , " serialize" ,]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66email : ' dominic@davis-foster.co.uk'
77username : ' sphinx-toolbox'
88assignee : ' domdfcoding'
9- version : ' 0.3.0.post1 '
9+ version : ' 0.4.0 '
1010license : ' MIT'
1111short_desc : ' A μ-library for constructing cascading style sheets from Python dictionaries.'
1212
You can’t perform that action at this time.
0 commit comments