Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/detect-secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: "Secret Detection"
on:
push:
branches: [main]
branches:
- "**"
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
branches:
- "**"

jobs:
secret-detection:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unversioned]
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [v1.6.0]
### Added
### Changed
- Python 3.11 is now the base version instead of 3.8
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0
2 changes: 1 addition & 1 deletion requirements-checkers.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
arrow==0.14.0
pyproj==3.7.1
OWSlib==0.28.1
cf-units==3.0.0
cf-units==3.3.0
compliance-checker==5.3.0
urllib3==1.26.19
setuptools==78.1.1
Expand Down
Loading