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 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.0 " ,
25+ "version" : " 0.11.1 " ,
2626 "open_source_license" : " Apache Software License 2.0" ,
2727 "http_port" : " 5000" ,
2828 "_copy_without_render" : [
Original file line number Diff line number Diff line change 11# vim:set ft=dockerfile:
22FROM condaforge/mambaforge
33MAINTAINER https://github.com/bird-house/finch
4- LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.0 "
4+ LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.1 "
55
66WORKDIR /code
77
Original file line number Diff line number Diff line change 136136# the built documents.
137137#
138138# The short X.Y version.
139- version = "0.11.0 "
139+ version = "0.11.1 "
140140# The full version, including alpha/beta/rc tags.
141- release = "0.11.0 "
141+ release = "0.11.1 "
142142
143143# The language for content autogenerated by Sphinx. Refer to documentation
144144# 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.0 "
8+ __version__ = "0.11.1 "
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.11.0
2+ current_version = 0.11.1
33commit = True
44tag = True
55
You can’t perform that action at this time.
0 commit comments