diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-12-11 16:16:36 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-12-11 16:16:36 +0100 |
commit | af2695b045df0432d471de34a9dffde27f9c2369 (patch) | |
tree | 2512358abf55d99f10f683d3a36144f084b376c3 /lisp/progmodes/python.el | |
parent | eebb7c8a699614934e0b054536d9c6f102b59e34 (diff) | |
download | emacs-af2695b045df0432d471de34a9dffde27f9c2369.tar.gz |
* lisp/progmodes/python.el: Bump version.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index e9c3b3986aa..c761c95a963 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -4,7 +4,7 @@ ;; Author: Fabián E. Gallina <fgallina@gnu.org> ;; URL: https://github.com/fgallina/python.el -;; Version: 0.27 +;; Version: 0.27.1 ;; Package-Requires: ((emacs "24.1") (cl-lib "1.0")) ;; Maintainer: emacs-devel@gnu.org ;; Created: Jul 2010 |