File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
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.9.1 " ,
25+ "version" : " 0.9.2 " ,
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.9.1 "
4+ LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.9.2 "
55
66WORKDIR /code
77
Original file line number Diff line number Diff line change 109109# the built documents.
110110#
111111# The short X.Y version.
112- version = "0.9.1 "
112+ version = "0.9.2 "
113113# The full version, including alpha/beta/rc tags.
114- release = "0.9.1 "
114+ release = "0.9.2 "
115115
116116# The language for content autogenerated by Sphinx. Refer to documentation
117117# for a list of supported languages.
Original file line number Diff line number Diff line change 66
77__author__ = """David Huard"""
88__email__ = "huard.david@ouranos.ca"
9- __version__ = '0.9.1 '
9+ __version__ = '0.9.2 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.1
2+ current_version = 0.9.2
33commit = True
44tag = True
55
@@ -45,4 +45,3 @@ exclude =
4545[doc8]
4646ignore-path = docs/build,docs/source/_templates,docs/source/_static
4747max-line-length = 120
48-
You can’t perform that action at this time.
0 commit comments