Skip to content

Commit

Permalink
fix: don't let null values in title or keywords break free-text search (
Browse files Browse the repository at this point in the history
#345)

* fix: don't let null values in title or keywords break free-text search

* fix pypgstac version update in stageversion script
  • Loading branch information
hrodmn authored Feb 10, 2025
1 parent 856829b commit 38e14a0
Show file tree
Hide file tree
Showing 10 changed files with 5,033 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docker/pypgstac/bin/stageversion
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cp migrations/pgstac.${VERSION}.sql pgstac.sql
# Update the version number in the appropriate places
[[ $VERSION == 'unreleased' ]] && PYVERSION="${OLDVERSION}-dev" || PYVERSION="$VERSION"
echo "Setting pypgstac version to $PYVERSION"
cat <<EOD > $PYPGSTACDIR/python/pypgstac/version.py
cat <<EOD > $PYPGSTACDIR/src/pypgstac/version.py
"""Version."""
__version__ = "${PYVERSION}"
EOD
Expand Down
Loading

0 comments on commit 38e14a0

Please sign in to comment.