Skip to content

Commit 66bedac

Browse files
committed
RLS: v9.0 - Website & docs built
1 parent 1030a21 commit 66bedac

File tree

25 files changed

+1708
-1049
lines changed

25 files changed

+1708
-1049
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export GDS_VERSION=8.0
1+
export GDS_VERSION=9.0
22
#DOCKERRUN = docker run --rm --user root -e GRANT_SUDO=yes -e NB_UID=1002 -e NB_GID=100 -v `pwd`:/home/jovyan/test
33
DOCKERRUN = docker run -v `pwd`:/home/jovyan/test
44
test: test_py test_r

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A containerised platform for Geographic Data Science: `gds_env`
22

3-
[![](https://images.microbadger.com/badges/image/darribas/gds:8.0.svg)](https://microbadger.com/images/darribas/gds:8.0 "Get your own image badge on microbadger.com")
4-
[![](https://images.microbadger.com/badges/version/darribas/gds:8.0.svg)](https://microbadger.com/images/darribas/gds:8.0 "Get your own version badge on microbadger.com")
3+
[![](https://images.microbadger.com/badges/image/darribas/gds:9.0.svg)](https://microbadger.com/images/darribas/gds:9.0 "Get your own image badge on microbadger.com")
4+
[![](https://images.microbadger.com/badges/version/darribas/gds:9.0.svg)](https://microbadger.com/images/darribas/gds:9.0 "Get your own version badge on microbadger.com")
55
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/darribas/gds_env/master)
66

77
* [Dani Arribas-Bel](http://darribas.org)
@@ -42,8 +42,8 @@ The `gds_env` is an open-source project. To join the conversation, please read t
4242
author = { Dani Arribas-Bel },
4343
title = {\texttt{gds\_env}: A containerised platform for Geographic Data Science},
4444
url = {https://darribas.org/gds_env},
45-
version = {8.0},
46-
date = {2019-08-06},
45+
version = {9.0},
46+
date = {2023-04-11},
4747
doi = {10.5281/zenodo.4642516},
4848
}
4949
```

0 commit comments

Comments
 (0)