summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina <fgallina@gnu.org>2015-08-21 19:36:01 -0300
committerFabián Ezequiel Gallina <fgallina@gnu.org>2015-08-21 19:36:01 -0300
commit49071a4afcc4e8b12a407d977cfad1db4d49f629 (patch)
treea0083691030c960b59a54a4e85ff7d1d7cc38bc8 /lisp/progmodes/python.el
parent4150b563e7877a0c65233c9e7bd3fa64a7a14342 (diff)
downloademacs-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.el5
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