File tree 7 files changed +20
-15
lines changed
birdhouse/components/canarie-api
7 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.6.2
2
+ current_version = 2.6.3
3
3
commit = True
4
4
tag = False
5
5
tag_name = {new_version}
@@ -30,11 +30,11 @@ search = {current_version}
30
30
replace = {new_version}
31
31
32
32
[bumpversion:file:RELEASE.txt]
33
- search = {current_version} 2024-12-03T20:46:32Z
33
+ search = {current_version} 2024-12-05T23:54:48Z
34
34
replace = {new_version} {utcnow:%Y-%m-%dT%H:%M:%SZ}
35
35
36
36
[bumpversion:part:releaseTime]
37
- values = 2024-12-03T20:46:32Z
37
+ values = 2024-12-05T23:54:48Z
38
38
39
39
[bumpversion:file(version):birdhouse/components/canarie-api/docker_configuration.py.template]
40
40
search = ' version' : ' {current_version}'
Original file line number Diff line number Diff line change 15
15
[ Unreleased] ( https://github.com/bird-house/birdhouse-deploy/tree/master ) (latest)
16
16
------------------------------------------------------------------------------------------------------------------
17
17
18
+ [ // ] : # ( list changes here, using '-' for each new entry, remove this when items are added )
19
+
20
+ [ 2.6.3] ( https://github.com/bird-house/birdhouse-deploy/tree/2.6.3 ) (2024-12-05)
21
+ ------------------------------------------------------------------------------------------------------------------
22
+
18
23
## Changes
19
24
20
25
- Update Thredds to supported version
Original file line number Diff line number Diff line change 1
1
# Generic variables
2
2
override SHELL := bash
3
3
override APP_NAME := birdhouse-deploy
4
- override APP_VERSION := 2.6.2
4
+ override APP_VERSION := 2.6.3
5
5
6
6
# utility to remove comments after value of an option variable
7
7
override clean_opt = $(shell echo "$(1 ) " | $(_SED ) -r -e "s/[ '$'\t'']+$$//g")
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ for a full-fledged production platform.
18
18
* - citation
19
19
- | |citation |
20
20
21
- .. |commits-since | image :: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/2.6.2 .svg
21
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/2.6.3 .svg
22
22
:alt: Commits since latest release
23
- :target: https://github.com/bird-house/birdhouse-deploy/compare/2.6.2 ...master
23
+ :target: https://github.com/bird-house/birdhouse-deploy/compare/2.6.3 ...master
24
24
25
- .. |latest-version | image :: https://img.shields.io/badge/tag-2.6.2 -blue.svg?style=flat
25
+ .. |latest-version | image :: https://img.shields.io/badge/tag-2.6.3 -blue.svg?style=flat
26
26
:alt: Latest Tag
27
- :target: https://github.com/bird-house/birdhouse-deploy/tree/2.6.2
27
+ :target: https://github.com/bird-house/birdhouse-deploy/tree/2.6.3
28
28
29
29
.. |readthedocs | image :: https://readthedocs.org/projects/birdhouse-deploy/badge/?version=latest
30
30
:alt: ReadTheDocs Build Status (latest version)
Original file line number Diff line number Diff line change 1
- 2.6.2 2024-12-03T20:46:32Z
1
+ 2.6.3 2024-12-05T23:54:48Z
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ SERVICES = {
108
108
# NOTE:
109
109
# Below version and release time auto-managed by 'make VERSION=x.y.z bump'.
110
110
# Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'.
111
- 'version' : '2.6.2 ' ,
112
- 'releaseTime' : '2024-12-03T20:46:32Z ' ,
111
+ 'version' : '2.6.3 ' ,
112
+ 'releaseTime' : '2024-12-05T23:54:48Z ' ,
113
113
'institution' : '${BIRDHOUSE_INSTITUTION}' ,
114
114
'researchSubject' : '${BIRDHOUSE_SUBJECT}' ,
115
115
'supportEmail' : '${BIRDHOUSE_SUPPORT_EMAIL}' ,
@@ -141,8 +141,8 @@ PLATFORMS = {
141
141
# NOTE:
142
142
# Below version and release time auto-managed by 'make VERSION=x.y.z bump'.
143
143
# Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'.
144
- 'version' : '2.6.2 ' ,
145
- 'releaseTime' : '2024-12-03T20:46:32Z ' ,
144
+ 'version' : '2.6.3 ' ,
145
+ 'releaseTime' : '2024-12-05T23:54:48Z ' ,
146
146
'institution' : '${BIRDHOUSE_INSTITUTION}' ,
147
147
'researchSubject' : '${BIRDHOUSE_SUBJECT}' ,
148
148
'supportEmail' : '${BIRDHOUSE_SUPPORT_EMAIL}' ,
Original file line number Diff line number Diff line change 69
69
# built documents.
70
70
#
71
71
# The short X.Y version.
72
- version = '2.6.2 '
72
+ version = '2.6.3 '
73
73
# The full version, including alpha/beta/rc tags.
74
- release = '2.6.2 '
74
+ release = '2.6.3 '
75
75
76
76
# The language for content autogenerated by Sphinx. Refer to documentation
77
77
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments