branch: master commit 7cc0901489dff3d73ddc845ae060f938ecb85615 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Release 0.9.5 --- NEWS.md | 2 +- company.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 69dcbab..2db3dcf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # History of user-visible changes -## Next +## 2018-02-18 (0.9.5) * The most common case of tooltip flickering with asynchronous backends (and disabled built-in cache) is fixed diff --git a/company.el b/company.el index dc9c37b..3e276d9 100644 --- a/company.el +++ b/company.el @@ -1,11 +1,11 @@ ;;; company.el --- Modular text completion framework -*- lexical-binding: t -*- -;; Copyright (C) 2009-2017 Free Software Foundation, Inc. +;; Copyright (C) 2009-2018 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher ;; Maintainer: Dmitry Gutov <dgu...@yandex.ru> ;; URL: http://company-mode.github.io/ -;; Version: 0.9.4 +;; Version: 0.9.5 ;; Keywords: abbrev, convenience, matching ;; Package-Requires: ((emacs "24.3"))