From 49071a4afcc4e8b12a407d977cfad1db4d49f629 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Fri, 21 Aug 2015 19:36:01 -0300 Subject: [PATCH] ; python.el: Bump version to 25.1 Also update author email and add Package-Require header to allow installation from Emacs 24.x. --- lisp/progmodes/python.el | 5 +++-- 1 file 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 +;; 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 -- 2.39.5