From 0852cd34e135ab3120f93e08c8eb1da0c8a2dfb4 Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Tue, 29 Nov 2022 20:00:59 -0800 Subject: [PATCH] release --- CHANGELOG.md | 4 ++++ ee_jupyter/__init__.py | 2 +- ee_jupyter/_modidx.py | 6 +++--- settings.ini | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 971f7e2..2f55323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 0.0.7 + +- Corrected nbdev settings (GitHub repo owner) + ## 0.0.6 diff --git a/ee_jupyter/__init__.py b/ee_jupyter/__init__.py index 034f46c..6526deb 100644 --- a/ee_jupyter/__init__.py +++ b/ee_jupyter/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.0.7" diff --git a/ee_jupyter/_modidx.py b/ee_jupyter/_modidx.py index 15a4fb7..166f917 100644 --- a/ee_jupyter/_modidx.py +++ b/ee_jupyter/_modidx.py @@ -2,8 +2,8 @@ d = { 'settings': { 'branch': 'main', 'doc_baseurl': '/earthengine-jupyter', - 'doc_host': 'https://googlestaging.github.io', - 'git_url': 'https://github.com/googlestaging/earthengine-jupyter', + 'doc_host': 'https://google.github.io', + 'git_url': 'https://github.com/google/earthengine-jupyter', 'lib_path': 'ee_jupyter'}, 'syms': { 'ee_jupyter.colab': { 'ee_jupyter.colab.set_colab_output_cell_height': ( 'colab.html#set_colab_output_cell_height', 'ee_jupyter/colab.py')}, @@ -49,4 +49,4 @@ 'ee_jupyter.rich_display.ee.Image.__truediv__': ( 'rich_display.html#ee.image.__truediv__', 'ee_jupyter/rich_display.py'), 'ee_jupyter.rich_display.ee.Image._ipython_display_': ( 'rich_display.html#ee.image._ipython_display_', - 'ee_jupyter/rich_display.py')}}} \ No newline at end of file + 'ee_jupyter/rich_display.py')}}} diff --git a/settings.ini b/settings.ini index a5ce115..dc7aba0 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = earthengine-jupyter lib_name = earthengine-jupyter -version = 0.0.6 +version = 0.0.7 min_python = 3.7 license = apache2 doc_path = _docs