branch: elpa/annotate
commit 9bfa065a4e14f7e96c8ac487c4e54b084a02133c
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - moved version number to 1.7.0.
---
 NEWS.org    | 4 ++--
 annotate.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 5166180384..1cb8668f40 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,6 @@
-- 2022-05-26 v1.6.1 cage ::
+- 2022-05-26 v1.7.0 cage ::
 
-  This  version no  more  set the  buffer as  modified  when the  only
+  This  version no  more sets  the buffer  as modified  when the  only
   changes made by  the user to such buffer are  related to annotations
   (for  example, creating  a new  annotation or  deleting an  existing
   one).
diff --git a/annotate.el b/annotate.el
index 3be6587bd1..c340359cb5 100644
--- a/annotate.el
+++ b/annotate.el
@@ -7,7 +7,7 @@
 ;; Maintainer: Bastian Bechtold <bastibe....@mailbox.org>, cage 
<cage-...@twistfold.it>
 ;; URL: https://github.com/bastibe/annotate.el
 ;; Created: 2015-06-10
-;; Version: 1.6.1
+;; Version: 1.7.0
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -58,7 +58,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "1.6.1"
+  :version "1.7.0"
   :group 'text)
 
 (defvar annotate-mode-map

Reply via email to