Prepare the repo for the next development cycle

This commit is contained in:
Lee Hampton 2018-09-10 16:04:05 -04:00 committed by RobAtticus
parent 86633c29f5
commit 2b5bc30937
6 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,7 @@
set -e set -e
set -o pipefail set -o pipefail
TAGS="0.5.0 0.6.0 0.6.1 0.7.0-pg9.6 0.7.1-pg9.6 0.8.0-pg9.6 0.9.0-pg9.6 0.9.1-pg9.6 0.9.2-pg9.6 0.10.0-pg9.6 0.10.1-pg9.6 0.11.0-pg9.6" TAGS="0.5.0 0.6.0 0.6.1 0.7.0-pg9.6 0.7.1-pg9.6 0.8.0-pg9.6 0.9.0-pg9.6 0.9.1-pg9.6 0.9.2-pg9.6 0.10.0-pg9.6 0.10.1-pg9.6 0.11.0-pg9.6 0.12.0-pg9.6"
for tag in ${TAGS}; for tag in ${TAGS};
do do

View File

@ -75,6 +75,7 @@ set(MOD_FILES
updates/0.10.0--0.10.1.sql updates/0.10.0--0.10.1.sql
updates/0.10.1--0.11.0.sql updates/0.10.1--0.11.0.sql
updates/0.11.0--0.12.0.sql updates/0.11.0--0.12.0.sql
updates/0.12.0--0.12.1-dev.sql
) )
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}") set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")

View File

View File

@ -51,7 +51,7 @@ WELCOME TO
| | | | _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \ | | | | _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \
| | | | | | | | | __/\__ \ (_| (_| | | __/ |/ /| |_/ / | | | | | | | | | __/\__ \ (_| (_| | | __/ |/ /| |_/ /
|_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/ |_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/
Running version 0.12.0 Running version 0.12.1-dev
For more information on TimescaleDB, please visit the following links: For more information on TimescaleDB, please visit the following links:
1. Getting started: https://docs.timescale.com/getting-started 1. Getting started: https://docs.timescale.com/getting-started

View File

@ -270,7 +270,7 @@ WELCOME TO
| | | | _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \ | | | | _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \
| | | | | | | | | __/\__ \ (_| (_| | | __/ |/ /| |_/ / | | | | | | | | | __/\__ \ (_| (_| | | __/ |/ /| |_/ /
|_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/ |_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/
Running version 0.12.0 Running version 0.12.1-dev
For more information on TimescaleDB, please visit the following links: For more information on TimescaleDB, please visit the following links:
1. Getting started: https://docs.timescale.com/getting-started 1. Getting started: https://docs.timescale.com/getting-started

View File

@ -1,2 +1,2 @@
version = 0.12.0 version = 0.12.1-dev
update_from_version = 0.11.0 update_from_version = 0.12.0