Skip to content

Commit e16eb57

Browse files
committed
Publish 0.6.2
SHA256 hashes: jupytergis-0.6.2-py3-none-any.whl: fe12d70155d7135cb1a7eb0d26fa0ccf32da2c3fa4ccdeeedcdbc196dd398bad jupytergis-0.6.2.tar.gz: fcdf8b3ede6eee32726e72525942c98e46db59d247bffedc7ebb285a84f6b257 jupytergis-base-0.6.2.tgz: 87efcc507338b4a93baa3f35dd1e019a94dbc3f40c3b31fc62ba158a9db133bc jupytergis-jupytergis-core-0.6.2.tgz: 547631a6a90ba6913afcd5c064ca2a83fe61893aed78a5a0003430df5a8efc05 jupytergis-jupytergis-lab-0.6.2.tgz: ef710235047247d7a4b10489e13ece67246e6f0d02e1d0c8081a1d4108437185 jupytergis-jupytergis-qgis-0.6.2.tgz: 8c988036c51dc9f0289cf6832fd40ab185b20bb2fe2b0c328b7ac2c934bc1f4f jupytergis-schema-0.6.2.tgz: 400a330ffeab1fb2192af695b3eab2c2378ce944ae67d12c01b9f8db9e8d338f jupytergis_core-0.6.2-py3-none-any.whl: 659029be32318d1a845a26006845180ed24142736e1c78134c6996bd45477665 jupytergis_core-0.6.2.tar.gz: 8ab70527998407e3d1fe82bf672380ae7fde8a02e670758e15843f813111c455 jupytergis_lab-0.6.2-py3-none-any.whl: 0db13dd8d856f58864b431e677f52a8b627fc0a8b4dfff9a8744b9c87ebaef01 jupytergis_lab-0.6.2.tar.gz: 563a0a0205c006e49c69968379e5f72a9af81bb5cec3adefea1e9a5b717c6e15 jupytergis_lite-0.6.2-py3-none-any.whl: 4ba565e7372347032524780f2a35497f9a9eb4fb30b25c7e70f7d4c780f0ec5a jupytergis_lite-0.6.2.tar.gz: 266a5ab41738557c55a066a0abc8209574452c2d3273fd3ae8e27504a6f0e930 jupytergis_qgis-0.6.2-py3-none-any.whl: ea26ef77439eeedbcd47058e55fc2efc47b940d02212100510602d6494d98358 jupytergis_qgis-0.6.2.tar.gz: cd077828d1c1d943fec21ac406021ae8348cd6fff1c89f0c12d8118b244e808a
1 parent 86d8b46 commit e16eb57

File tree

12 files changed

+58
-54
lines changed

12 files changed

+58
-54
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.6.2
6+
7+
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Fix processing functions [#819](https://github.com/geojupyter/jupytergis/pull/819) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/geojupyter/jupytergis/graphs/contributors?from=2025-07-15&to=2025-07-16&type=c))
16+
17+
[@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2025-07-15..2025-07-16&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2025-07-15..2025-07-16&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.6.1
622

723
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))
@@ -32,8 +48,6 @@
3248

3349
[@arjxn-py](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Aarjxn-py+updated%3A2025-07-02..2025-07-15&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2025-07-02..2025-07-15&type=Issues) | [@HaudinFlorence](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AHaudinFlorence+updated%3A2025-07-02..2025-07-15&type=Issues) | [@mfisher87](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Amfisher87+updated%3A2025-07-02..2025-07-15&type=Issues)
3450

35-
<!-- <END NEW CHANGELOG ENTRY> -->
36-
3751
## 0.6.0
3852

3953
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/jupytergis-root",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"homepage": "https://github.com/geojupyter/jupytergis",
66
"repository": {

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/base",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -44,7 +44,7 @@
4444
"@jupyter/collaboration": "^3.1.0",
4545
"@jupyter/react-components": "^0.16.6",
4646
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
47-
"@jupytergis/schema": "^0.6.1",
47+
"@jupytergis/schema": "^0.6.2",
4848
"@jupyterlab/application": "^4.3.0",
4949
"@jupyterlab/apputils": "^4.3.0",
5050
"@jupyterlab/completer": "^4.3.0",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/schema",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A JupyterGIS schema package.",
55
"keywords": [
66
"jupytergis"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.6.2"
22

33
from jupytergis_lab import GISDocument, explore # noqa

python/jupytergis/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
]
2121
dependencies = [
22-
"jupytergis_core==0.6.1",
23-
"jupytergis_lab==0.6.1",
24-
"jupytergis_qgis==0.6.1",
22+
"jupytergis_core==0.6.2",
23+
"jupytergis_lab==0.6.2",
24+
"jupytergis_qgis==0.6.2",
2525
"jupyter-collaboration>=3,<4",
2626
"jupyter-docprovider>=1,<2",
2727
"jupyter-server-ydoc>=1,<2",

python/jupytergis_core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/jupytergis-core",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "JupyterGIS core extension",
55
"keywords": [
66
"jupyter",
@@ -54,8 +54,8 @@
5454
},
5555
"dependencies": {
5656
"@jupyter/collaborative-drive": "^3.0.0",
57-
"@jupytergis/base": "^0.6.1",
58-
"@jupytergis/schema": "^0.6.1",
57+
"@jupytergis/base": "^0.6.2",
58+
"@jupytergis/schema": "^0.6.2",
5959
"@jupyterlab/application": "^4.3.0",
6060
"@jupyterlab/apputils": "^4.3.0",
6161
"@jupyterlab/docregistry": "^4.3.0",

python/jupytergis_lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/jupytergis-lab",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "JupyterGIS Lab extension.",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@jupyter/collaborative-drive": "^3.0.0",
56-
"@jupytergis/base": "^0.6.1",
57-
"@jupytergis/schema": "^0.6.1",
56+
"@jupytergis/base": "^0.6.2",
57+
"@jupytergis/schema": "^0.6.2",
5858
"@jupyterlab/application": "^4.3.0",
5959
"@jupyterlab/apputils": "^4.3.0",
6060
"@jupyterlab/completer": "^4.3.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.6.2"
22

33
from jupytergis_lab import GISDocument, explore # noqa

python/jupytergis_lite/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
]
2121
dependencies = [
22-
"jupytergis_core==0.6.1",
23-
"jupytergis_lab==0.6.1",
22+
"jupytergis_core==0.6.2",
23+
"jupytergis_lab==0.6.2",
2424
"my-jupyter-shared-drive<0.2.0",
2525
]
2626
dynamic = ["version"]

0 commit comments

Comments
 (0)