Skip to content

Commit d1ff329

Browse files
committed
bump version to 0.2.7
1 parent aca96af commit d1ff329

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ push-git-tag:
3030

3131

3232
.PHONY: publish-pypgstac
33-
publish-pypgstac: build-pypgstac push-git-tag
33+
publish-pypgstac: build-pypgstac
3434
cd pypgstac; \
3535
poetry publish
3636

37-
.PHONY: docker-repo push-git-tag
37+
.PHONY: docker-repo
3838
docker-repo:
3939
[ -z "${DOCKER_REPO}" ] && { echo "DOCKER_REPO variable must be set"; exit 1; } || echo "Setting verstion to ${DOCKER_REPO}"
4040

pypgstac/pypgstac/migrations/pgstac.0.2.4-0.2.6.sql renamed to pypgstac/pypgstac/migrations/pgstac.0.2.4-0.2.7.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,6 @@ FROM j
308308

309309
END;
310310
$$ LANGUAGE PLPGSQL SET SEARCH_PATH TO pgstac,public;
311-
INSERT INTO migrations (version) VALUES ('0.2.6');
311+
INSERT INTO migrations (version) VALUES ('0.2.7');
312312

313313
COMMIT;

pypgstac/pypgstac/migrations/pgstac.0.2.5-0.2.6.sql renamed to pypgstac/pypgstac/migrations/pgstac.0.2.5-0.2.7.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ RAISE NOTICE 'Op Query: %', ret;
5757
return ret;
5858
END;
5959
$$ LANGUAGE PLPGSQL;
60-
INSERT INTO migrations (version) VALUES ('0.2.6');
60+
INSERT INTO migrations (version) VALUES ('0.2.7');
6161

6262
COMMIT;

pypgstac/pypgstac/migrations/pgstac.0.2.6.sql renamed to pypgstac/pypgstac/migrations/pgstac.0.2.7.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,4 +1184,4 @@ FROM j
11841184

11851185
END;
11861186
$$ LANGUAGE PLPGSQL SET SEARCH_PATH TO pgstac,public;
1187-
INSERT INTO migrations (version) VALUES ('0.2.6');
1187+
INSERT INTO migrations (version) VALUES ('0.2.7');

0 commit comments

Comments
 (0)