Skip to content

Commit b7cbb90

Browse files
committed
chore: bump version to 0.1.1
Update python-publish.yml
1 parent 6b2f170 commit b7cbb90

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
python -m build
31-
python -m twine upload dist/*
31+
twine upload dist/*
3232

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ url: 'https://is2view.readthedocs.io'
2121
repository: 'https://pypi.org/project/IS2view'
2222
repository-artifact: 'https://anaconda.org/conda-forge/is2view'
2323
doi: "10.5281/zenodo.8015463"
24-
version: "0.1.0"
25-
date-released: "2024-11-18"
24+
version: "0.1.1"
25+
date-released: "2025-01-06"
2626
keywords:
2727
- ICESat-2
2828
- elevation
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
##################
2+
`Release v0.1.1`__
3+
##################
4+
5+
* ``docs``: update documentation main page (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
6+
* ``docs``: use bibtex for citations (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
7+
* ``docs``: move notebooks to be within docs (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
8+
* ``feat``: added more zoom levels and update ``max_zoom`` (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
9+
* ``feat``: added optional ``cmocean`` colormaps to dropdown menu (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
10+
* ``fix``: deprecation update for writing the crs to the dataset object (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
11+
12+
.. __: https://github.com/tsutterley/IS2view/releases/tag/0.1.1

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)