File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.11.3 "
2+ current_version = " 0.11.4 "
33commit = true
44tag = true
55tag_name = " v{new_version}"
Original file line number Diff line number Diff line change 2222 "project_repo_name" : " finch" ,
2323 "project_readthedocs_name" : " finch" ,
2424 "project_short_description" : " A Web Processing Service for Climate Indicators." ,
25- "version" : " 0.11.3 " ,
25+ "version" : " 0.11.4 " ,
2626 "open_source_license" : " Apache Software License 2.0" ,
2727 "http_port" : " 5000" ,
2828 "use_pytest" : " y" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM condaforge/mambaforge
33ARG DEBIAN_FRONTEND=noninteractive
44ENV PIP_ROOT_USER_ACTION=ignore
55LABEL org.opencontainers.image.authors="https://github.com/bird-house/finch"
6- LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.3 "
6+ LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.4 "
77
88# Switch to /code directory
99WORKDIR /code
Original file line number Diff line number Diff line change 130130# the built documents.
131131#
132132# The short X.Y version.
133- version = "0.11.3 "
133+ version = "0.11.4 "
134134# The full version, including alpha/beta/rc tags.
135- release = "0.11.3 "
135+ release = "0.11.4 "
136136
137137# The language for content autogenerated by Sphinx. Refer to documentation
138138# for a list of supported languages.
Original file line number Diff line number Diff line change 55
66__author__ = """David Huard"""
778- __version__ = "0.11.3 "
8+ __version__ = "0.11.4 "
You can’t perform that action at this time.
0 commit comments