From: Stefan Kangas Date: Tue, 11 Mar 2025 00:15:41 +0000 (+0100) Subject: Bump python.el package version to 0.30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c9f06a5352e358602e33d757e9e2ad6fe15a52c;p=emacs.git Bump python.el package version to 0.30 * lisp/progmodes/python.el: Bump package version to 0.30. (cherry picked from commit 672df0288b55f8bb7ebacdce5335f9e11955482e) --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f2818b56066..f1f252ff99c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -5,7 +5,7 @@ ;; Author: Fabián E. Gallina ;; Maintainer: emacs-devel@gnu.org ;; URL: https://github.com/fgallina/python.el -;; Version: 0.29 +;; Version: 0.30 ;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0")) ;; Created: Jul 2010 ;; Keywords: languages