Skip to content

Commit

Permalink
Release v1.11.0 (#1414)
Browse files Browse the repository at this point in the history
* release: v1.11.0

* deps: bump

Closes #1422
Closes #1421
Closes #1419
Closes #1418
  • Loading branch information
gadomski authored Oct 3, 2024
1 parent 7ccc7df commit 407c270
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 26 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,23 @@ jobs:
release:
name: release
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/pystac
permissions:
id-token: write
if: ${{ github.repository }} == 'stac-utils/pystac'
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Install release dependencies
- name: Install build
run: |
python -m pip install --upgrade pip
pip install build twine
- name: Build and publish package
env:
TWINE_USERNAME: ${{ secrets.PYPI_STACUTILS_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_STACUTILS_PASSWORD }}
run: |
python -m build
twine upload dist/*
pip install build
- name: Build
run: python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v1.11.0] - 2024-09-26

### Added

- Add netCDF to pystac.media_type ([#1386](https://github.com/stac-utils/pystac/pull/1386))
Expand Down Expand Up @@ -862,7 +864,8 @@ use `Band.create`

Initial release.

[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.10.1..main>
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.11.0..main>
[v1.11.0]: <https://github.com/stac-utils/pystac/compare/v1.10.1..v1.11.0>
[v1.10.1]: <https://github.com/stac-utils/pystac/compare/v1.10.0..v1.10.1>
[v1.10.0]: <https://github.com/stac-utils/pystac/compare/v1.9.0..v1.10.0>
[v1.9.0]: <https://github.com/stac-utils/pystac/compare/v1.8.4..v1.9.0>
Expand Down
16 changes: 8 additions & 8 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ beautifulsoup4==4.12.3
# pydata-sphinx-theme
bleach==6.1.0
# via nbconvert
boto3==1.35.29
boto3==1.35.32
# via -r docs/requirements-docs.in
botocore==1.35.29
botocore==1.35.32
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -93,7 +93,7 @@ h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.5
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via jupyterlab
Expand All @@ -110,7 +110,7 @@ ipykernel==6.29.5
# jupyter
# jupyter-console
# jupyterlab
ipython==8.27.0
ipython==8.28.0
# via
# -r docs/requirements-docs.in
# ipykernel
Expand Down Expand Up @@ -290,7 +290,7 @@ pyzmq==26.2.0
# jupyter-client
# jupyter-console
# jupyter-server
rasterio==1.4.0
rasterio==1.4.1
# via -r docs/requirements-docs.in
referencing==0.35.1
# via
Expand Down Expand Up @@ -342,7 +342,7 @@ sphinx==8.0.2
# pydata-sphinx-theme
# sphinx-autobuild
# sphinx-design
sphinx-autobuild==2024.9.19
sphinx-autobuild==2024.10.3
# via -r docs/requirements-docs.in
sphinx-design==0.6.1
# via -r docs/requirements-docs.in
Expand All @@ -362,7 +362,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stack-data==0.6.3
# via ipython
starlette==0.39.1
starlette==0.39.2
# via sphinx-autobuild
terminado==0.18.1
# via
Expand Down Expand Up @@ -395,7 +395,7 @@ traitlets==5.14.3
# nbconvert
# nbformat
# nbsphinx
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion pystac/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "1.10.1"
__version__ = "1.11.0"
"""Library version"""


Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pygments==2.18.0
# via doc8
pympler==1.1
# via asv
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
# via
Expand Down Expand Up @@ -129,7 +129,7 @@ types-jsonschema==4.23.0.20240813
# via -r requirements-dev.in
types-orjson==3.6.2
# via -r requirements-dev.in
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via -r requirements-dev.in
types-urllib3==1.26.25.14
# via -r requirements-dev.in
Expand All @@ -139,7 +139,7 @@ urllib3==2.2.3
# via requests
vcrpy==6.0.1
# via pytest-recording
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements-dev.in
# asv
Expand All @@ -148,7 +148,7 @@ webencodings==0.5.1
# via html5lib
wrapt==1.16.0
# via vcrpy
yarl==1.12.1
yarl==1.13.1
# via vcrpy
zipp==3.20.2
# via importlib-metadata

0 comments on commit 407c270

Please sign in to comment.