Skip to content

Commit 38e14a0

Browse files
authored
fix: don't let null values in title or keywords break free-text search (#345)
* fix: don't let null values in title or keywords break free-text search * fix pypgstac version update in stageversion script
1 parent 856829b commit 38e14a0

File tree

10 files changed

+5033
-19
lines changed

10 files changed

+5033
-19
lines changed

docker/pypgstac/bin/stageversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cp migrations/pgstac.${VERSION}.sql pgstac.sql
4545
# Update the version number in the appropriate places
4646
[[ $VERSION == 'unreleased' ]] && PYVERSION="${OLDVERSION}-dev" || PYVERSION="$VERSION"
4747
echo "Setting pypgstac version to $PYVERSION"
48-
cat <<EOD > $PYPGSTACDIR/python/pypgstac/version.py
48+
cat <<EOD > $PYPGSTACDIR/src/pypgstac/version.py
4949
"""Version."""
5050
__version__ = "${PYVERSION}"
5151
EOD

0 commit comments

Comments
 (0)