Skip to content

Commit 8ac6273

Browse files
committed
Bump version: 0.11.2 → 0.11.3
1 parent 0b1dc6f commit 8ac6273

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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.2",
25+
"version": "0.11.3",
2626
"open_source_license": "Apache Software License 2.0",
2727
"http_port": "5000",
2828
"_copy_without_render": [

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM condaforge/mambaforge
33
ARG DEBIAN_FRONTEND=noninteractive
44
ENV PIP_ROOT_USER_ACTION=ignore
55
LABEL org.opencontainers.image.authors="https://github.com/bird-house/finch"
6-
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.2"
6+
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.3"
77

88
# Switch to /code directory
99
WORKDIR /code

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
# the built documents.
137137
#
138138
# The short X.Y version.
139-
version = "0.11.2"
139+
version = "0.11.3"
140140
# The full version, including alpha/beta/rc tags.
141-
release = "0.11.2"
141+
release = "0.11.3"
142142

143143
# The language for content autogenerated by Sphinx. Refer to documentation
144144
# for a list of supported languages.

finch/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__author__ = """David Huard"""
77
__email__ = "[email protected]"
8-
__version__ = "0.11.2"
8+
__version__ = "0.11.3"

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.2
2+
current_version = 0.11.3
33
commit = True
44
tag = False
55

@@ -23,29 +23,29 @@ replace = "version": "{new_version}",
2323
universal = 1
2424

2525
[tool:pytest]
26-
addopts =
26+
addopts =
2727
--strict
2828
--tb=native
2929
python_files = test_*.py
30-
markers =
30+
markers =
3131
online: mark test to need internet connection
3232
slow: mark test to be slow
3333

3434
[flake8]
3535
ignore = F401,E402,E203,W503
3636
max-line-length = 120
37-
exclude =
37+
exclude =
3838
.git
3939
__pycache__
4040
docs/source/conf.py
4141
build
4242
dist
4343
src
4444
tests
45-
rst-directives =
45+
rst-directives =
4646
bibliography
4747
autolink-skip
48-
rst-roles =
48+
rst-roles =
4949
doc
5050
mod
5151
py:attr
@@ -64,7 +64,7 @@ rst-roles =
6464
cite:p
6565
cite:t
6666
cite:ts
67-
extend-ignore =
67+
extend-ignore =
6868
RST399
6969
RST201
7070
RST203
@@ -75,7 +75,7 @@ extend-ignore =
7575
[pycodestyle]
7676
count = False
7777
exclude = docs/source/conf.py
78-
ignore =
78+
ignore =
7979
E226
8080
E402
8181
E501

0 commit comments

Comments
 (0)