From 5b985c0833b30fbfd5b92fe3018021ef7fbf5c07 Mon Sep 17 00:00:00 2001 From: Junseok Yang Date: Mon, 30 Mar 2020 17:10:45 -0700 Subject: [PATCH] Change version from 0.0.0 to 0.1.0 --- Makefile | 2 +- agensgraph--0.0.0.sql => agensgraph--0.1.0.sql | 4 ---- agensgraph.control | 2 +- doc/conf.py | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) rename agensgraph--0.0.0.sql => agensgraph--0.1.0.sql (99%) diff --git a/Makefile b/Makefile index 941279c0f..21ef94294 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ OBJS = src/backend/agensgraph.o \ EXTENSION = agensgraph -DATA = agensgraph--0.0.0.sql +DATA = agensgraph--0.1.0.sql # sorted in dependency order REGRESS = scan \ diff --git a/agensgraph--0.0.0.sql b/agensgraph--0.1.0.sql similarity index 99% rename from agensgraph--0.0.0.sql rename to agensgraph--0.1.0.sql index e720d8496..1b47f104d 100644 --- a/agensgraph--0.0.0.sql +++ b/agensgraph--0.1.0.sql @@ -712,7 +712,3 @@ PARALLEL SAFE COST 10 ROWS 60 AS 'MODULE_PATHNAME'; - --- --- End of agensgraph--0.0.0.sql --- diff --git a/agensgraph.control b/agensgraph.control index b9d68c401..e7bd6a290 100644 --- a/agensgraph.control +++ b/agensgraph.control @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -default_version = '0.0.0' +default_version = '0.1.0' comment = 'AgensGraph graph database extension' module_pathname = '$libdir/agensgraph' diff --git a/doc/conf.py b/doc/conf.py index 2d2851053..c9a7b36ec 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'0.0.0' +release = u'0.1.0' # -- General configuration ---------------------------------------------------