File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.115
2+ current_version = 0.0.116
33commit = True
44tag = True
55
@@ -8,8 +8,8 @@ search = version={current_version}
88replace = version ={new_version}
99
1010[bumpversion:file:docs/conf.py]
11- search = version = release = {current_version}
12- replace = version = release = {new_version}
11+ search = version = release = " {current_version}"
12+ replace = version = release = " {new_version}"
1313
1414[bumpversion:file:src/mario/__init__.py]
1515search = __version__ = " {current_version}"
Original file line number Diff line number Diff line change 2828year = "2019"
2929author = "mario contributors"
3030copyright = "{0}, {1}" .format (year , author )
31- version = release = "version = release = 0.0.115 "
31+ version = release = "0.0.116 "
3232
3333pygments_style = "trac"
3434templates_path = ["." ]
5353napoleon_use_param = True
5454
5555autoapi_dirs = ["../src/mario" ]
56+
57+ html_theme_options = {"navigation_depth" : 4 }
Original file line number Diff line number Diff line change 1414
1515setuptools .setup (
1616 name = "mario" ,
17- version = "version=0.0.115 " ,
17+ version = "version=0.0.116 " ,
1818 description = "Shell pipes for Python." ,
1919 long_description = open (PROJECT_ROOT / "README.rst" ).read (),
2020 long_description_content_type = "text/x-rst" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.0.115 "
1+ __version__ = "0.0.116 "
You can’t perform that action at this time.
0 commit comments