[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.6-1-g7db23ed4e

git at osgeo.org git at osgeo.org
Wed Jul 20 11:49:25 PDT 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.1 has been updated
       via  7db23ed4eb34833e028da61560154d193967c305 (commit)
      from  cde4b6bdb6c2d08dcedc49eb7e5774a38dcad5f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7db23ed4eb34833e028da61560154d193967c305
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 20 14:49:20 2022 -0400

    Flip to next dev cycle

diff --git a/NEWS b/NEWS
index 93760d78d..48527fc76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+PostGIS 3.1.7
+2022/xx/xx
+
+* Bug Fixes
+
 PostGIS 3.1.6
 2022/07/20
 
diff --git a/Version.config b/Version.config
index 4c78229b7..ff021fbd4 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=6
+POSTGIS_MICRO_VERSION=7dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index bdb378ada..3abca8439 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -69,4 +69,5 @@ UPGRADEABLE_VERSIONS = \
 	3.1.2 \
 	3.1.3 \
 	3.1.4 \
-	3.1.5
+	3.1.5 \
+	3.1.6

-----------------------------------------------------------------------

Summary of changes:
 NEWS                               | 5 +++++
 Version.config                     | 2 +-
 extensions/upgradeable_versions.mk | 3 ++-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list