Skip to content

Commit

Permalink
Merge pull request #19 from swainn/v4.2.0
Browse files Browse the repository at this point in the history
Release 4.2.0
  • Loading branch information
swainn authored Nov 10, 2023
2 parents ef24a12 + 30bf709 commit c8ea3e9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 15 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "tethys-platform" %}
{% set version = "4.1.3" %}
{% set version = "4.2.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/tethysplatform/tethys/archive/refs/tags/{{ version }}.tar.gz
sha256: ab3b90623c0390663d4cf4b152af038ea132a5a5364861da636a34c3137ee4c0
sha256: cdff2da79cac1d889d9d9411fa4a4b160a9ef807f628499b356c5b479cf5b140

build:
noarch: python
Expand Down Expand Up @@ -36,7 +36,7 @@ requirements:
- sqlalchemy =1.*
- geoalchemy2
- plotly
- bokeh <3
- bokeh
- tethys_dataset_services >=2.0.0
- hs_restclient
- owslib
Expand Down

0 comments on commit c8ea3e9

Please sign in to comment.