Skip to content

Commit

Permalink
Merge pull request #52 from asfadmin/test
Browse files Browse the repository at this point in the history
Release v1.1.1
  • Loading branch information
jtherrmann authored Jul 8, 2024
2 parents 955e565 + 82687dd commit a4d6b61
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ runs:
aws-secret-access-key: ${{ inputs.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- uses: actions/setup-python@v5
with:
python-version: 3.8

- shell: bash
run: |
./build_deployment_package.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

- run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1]
### Changed
- Upgraded our GitHub Actions workflows to Python 3.11.

## [1.1.0]
### Changed
- Upgraded to Python 3.11 and GDAL 3.8.3 via [lambgeo/docker-lambda](https://github.com/lambgeo/docker-lambda)
Expand Down
2 changes: 1 addition & 1 deletion requirements-reformat.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.34.135
boto3==1.34.140
gdal==3.8.3
requests==2.32.3

0 comments on commit a4d6b61

Please sign in to comment.