Skip to content

Commit

Permalink
chore: bump version to 0.1.1
Browse files Browse the repository at this point in the history
Update python-publish.yml
  • Loading branch information
tsutterley committed Jan 7, 2025
1 parent 6b2f170 commit b7cbb90
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m build
python -m twine upload dist/*
twine upload dist/*
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ url: 'https://is2view.readthedocs.io'
repository: 'https://pypi.org/project/IS2view'
repository-artifact: 'https://anaconda.org/conda-forge/is2view'
doi: "10.5281/zenodo.8015463"
version: "0.1.0"
date-released: "2024-11-18"
version: "0.1.1"
date-released: "2025-01-06"
keywords:
- ICESat-2
- elevation
Expand Down
12 changes: 12 additions & 0 deletions doc/source/release_notes/release-v0.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
##################
`Release v0.1.1`__
##################

* ``docs``: update documentation main page (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
* ``docs``: use bibtex for citations (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
* ``docs``: move notebooks to be within docs (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
* ``feat``: added more zoom levels and update ``max_zoom`` (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
* ``feat``: added optional ``cmocean`` colormaps to dropdown menu (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)
* ``fix``: deprecation update for writing the crs to the dataset object (`#49 <https://github.com/tsutterley/IS2view/pull/49>`_)

.. __: https://github.com/tsutterley/IS2view/releases/tag/0.1.1
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit b7cbb90

Please sign in to comment.