branch: master
commit c95a6b41d621de4253b77e512aa61fc0e75acddc
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Release 0.9.7
---
NEWS.md | 2 +-
company.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index 2a06363..d75973c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
# History of user-visible changes
-## Next
+## 2018-11-06 (0.9.7)
* For more sophisticated highlighting in non-prefix completion, a backend may
now respond to a `match` request with a list of regions. See
diff --git a/company.el b/company.el
index f05aaf5..f60fa1b 100644
--- a/company.el
+++ b/company.el
@@ -5,7 +5,7 @@
;; Author: Nikolaj Schumacher
;; Maintainer: Dmitry Gutov <[email protected]>
;; URL: http://company-mode.github.io/
-;; Version: 0.9.6
+;; Version: 0.9.7
;; Keywords: abbrev, convenience, matching
;; Package-Requires: ((emacs "24.3"))