Prepare the repo for next development cycle

This commit is contained in:
Rob Kiefer 2017-11-29 15:27:12 -05:00 committed by RobAtticus
parent 00c979112d
commit 30d1483adb
5 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# TimescaleDB Changelog
## 0.7.1 (2017-11-28)
## 0.7.1 (2017-11-29)
**High-level changes**
* Fix to the migration script for those coming from 0.6.1 (or earlier)

View File

@ -35,7 +35,8 @@ set(EXT_SQL_EXTRA_FILES
timescaledb--0.5.0--0.6.0.sql
timescaledb--0.6.0--0.6.1.sql
timescaledb--0.6.1--0.7.0.sql
timescaledb--0.6.1--0.7.1.sql)
timescaledb--0.6.1--0.7.1.sql
timescaledb--0.7.0--0.7.1.sql)
if (WIN32)
# Make list of files into string of files separated by "+"

View File

View File

@ -0,0 +1 @@
DROP FUNCTION _timescaledb_cache.invalidate_relcache(oid);

View File

@ -1,2 +1,2 @@
version = 0.7.1
update_from_version = 0.7.0
version = 0.8.0-dev
update_from_version = 0.7.1