File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.14.1
2
+ current_version = 1.14.2
3
3
commit = True
4
4
tag = False
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 16
16
17
17
[ // ] : # ( list changes here, using '-' for each new entry, remove this when items are added )
18
18
19
+ [ 1.14.2] ( https://github.com/bird-house/birdhouse-deploy/tree/1.14.2 ) (2021-09-01)
20
+ ------------------------------------------------------------------------------------------------------------------
21
+
22
+ ## Changes
23
+
24
+ - Re-enables the caching feature of ` Twitcher ` that was disabled temporarily in
25
+ [ #182 ] ( https://github.com/bird-house/birdhouse-deploy/pull/182 ) .
26
+ Handles issue [ Ouranosinc/Magpie #433 ] ( https://github.com/Ouranosinc/Magpie/issues/433 ) .
27
+
19
28
[ 1.14.1] ( https://github.com/bird-house/birdhouse-deploy/tree/1.14.1 ) (2021-08-31)
20
29
------------------------------------------------------------------------------------------------------------------
21
30
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ for a full-fledged production platform.
14
14
* - releases
15
15
- | |latest-version | |commits-since |
16
16
17
- .. |commits-since | image :: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.14.1 .svg
17
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.14.2 .svg
18
18
:alt: Commits since latest release
19
- :target: https://github.com/bird-house/birdhouse-deploy/compare/1.14.1 ...master
19
+ :target: https://github.com/bird-house/birdhouse-deploy/compare/1.14.2 ...master
20
20
21
- .. |latest-version | image :: https://img.shields.io/badge/tag-1.14.1 -blue.svg?style=flat
21
+ .. |latest-version | image :: https://img.shields.io/badge/tag-1.14.2 -blue.svg?style=flat
22
22
:alt: Latest Tag
23
- :target: https://github.com/bird-house/birdhouse-deploy/tree/1.14.1
23
+ :target: https://github.com/bird-house/birdhouse-deploy/tree/1.14.2
24
24
25
25
.. |readthedocs | image :: https://readthedocs.org/projects/birdhouse-deploy/badge/?version=latest
26
26
:alt: ReadTheDocs Build Status (latest version)
You can’t perform that action at this time.
0 commit comments