diff options
author | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2015-08-21 19:36:01 -0300 |
---|---|---|
committer | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2015-08-21 19:36:01 -0300 |
commit | 49071a4afcc4e8b12a407d977cfad1db4d49f629 (patch) | |
tree | a0083691030c960b59a54a4e85ff7d1d7cc38bc8 /lisp/progmodes/python.el | |
parent | 4150b563e7877a0c65233c9e7bd3fa64a7a14342 (diff) | |
download | emacs-49071a4afcc4e8b12a407d977cfad1db4d49f629.tar.gz |
; python.el: Bump version to 25.1
Also update author email and add Package-Require header to allow
installation from Emacs 24.x.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r-- | lisp/progmodes/python.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index e6592fbd2c9..b5bfe6741b5 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2,9 +2,10 @@ ;; Copyright (C) 2003-2015 Free Software Foundation, Inc. -;; Author: Fabián E. Gallina <fabian@anue.biz> +;; Author: Fabián E. Gallina <fgallina@gnu.org> ;; URL: https://github.com/fgallina/python.el -;; Version: 0.24.5 +;; Version: 0.25.1 +;; Package-Requires: ((emacs "24.1") (cl-lib "1.0")) ;; Maintainer: emacs-devel@gnu.org ;; Created: Jul 2010 ;; Keywords: languages |