branch: externals/triples
commit f2b8fe6d500e3543bece24381fd4ce34a171c860
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Change version to 0.6.1
This was supposed to be 0.7.0, but the one change is more of a bugfix than
a new feature.
---
NEWS.org | 4 ++--
triples.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 0f8e02b497..00030f87db 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,7 +1,7 @@
TITLE: Changelog for the triples module for GNU Emacs.
-* 0.7.0
-- Add the ability to store information on schema types.
+* 0.6.1
+- Fix bug breaking the ability to store information on schema types.
* 0.6.0
- Add a float type
* 0.5.1
diff --git a/triples.el b/triples.el
index 334ced2480..1ec5044fd4 100644
--- a/triples.el
+++ b/triples.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/ahyatt/triples
;; Package-Requires: ((seq "2.0") (emacs "28.1"))
;; Keywords: triples, kg, data, sqlite
-;; Version: 0.6.0
+;; Version: 0.6.1
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2 of the