Skip to content

Commit

Permalink
Update from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Updated the Makefile, the README, the default version in age.control,
added released notes and updated the age--*.sql filename.
  • Loading branch information
dehowef committed Jan 14, 2022
1 parent a7a651b commit 49c88d9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -61,7 +61,7 @@ OBJS = src/backend/age.o \

EXTENSION = age

DATA = age--0.6.0.sql
DATA = age--0.7.0.sql

# sorted in dependency order
REGRESS = scan \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma

## Latest happenings

- Latest Apache AGE release, [Apache AGE 0.6.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v0.6.0).
- Latest Apache AGE release, [Apache AGE 0.7.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v0.7.0).
- The latest Apache AGE documentation is now available at [here](https://age.apache.org/docs/master/index.html).
- The roadmap has been updated, please check out the [Apache AGE website](http://age.apache.org/).
- Send all your comments and inquiries to the user mailing list, users@age.apache.org.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

Release Notes for Apache AGE release v0.6.0
Release Notes for Apache AGE release v0.7.0

Add VLE SRF (Set Returning Function).
Fix Vertex, Edge, and Path serialization bug (AGE2-307).
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion age.control
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

default_version = '0.6.0'
default_version = '0.7.0'
comment = 'AGE database extension'
module_pathname = '$libdir/age'

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -43,7 +43,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'0.6.0'
release = u'0.7.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 49c88d9

Please sign in to comment.