From b7117858ed9e538a379cc398a7dbeea7046d585d Mon Sep 17 00:00:00 2001 From: Andrew Hyatt Date: Thu, 17 Oct 2024 21:36:39 -0400 Subject: [PATCH] Set version to 0.4.1, add to NEWS.org (#13) --- NEWS.org | 2 ++ triples.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 3f6bb59..451c7ac 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,5 +1,7 @@ TITLE: Changelog for the triples module for GNU Emacs. +* 0.4.1 +- Remove test files from GNU ELPA package. * 0.4.0 - Add =triples-count=, to return a count of all triples. - Add =triples-remove-schema-type=, to delete schema and all its associated data. diff --git a/triples.el b/triples.el index 042c16a..95e80db 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.4.0 +;; Version: 0.4.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