From: Fabián Ezequiel Gallina Date: Fri, 21 Aug 2015 22:36:01 +0000 (-0300) Subject: ; python.el: Bump version to 25.1 X-Git-Tag: emacs-25.0.90~1309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49071a4afcc4e8b12a407d977cfad1db4d49f629;p=emacs.git ; python.el: Bump version to 25.1 Also update author email and add Package-Require header to allow installation from Emacs 24.x. --- 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 +;; Author: Fabián E. Gallina ;; 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