aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2025-03-11 01:15:41 +0100
committerStefan Kangas2025-03-11 01:15:41 +0100
commit672df0288b55f8bb7ebacdce5335f9e11955482e (patch)
tree46e8e01040772d17be01fa18bad28ce26b17e128 /lisp/progmodes/python.el
parent46f9ebaec309e45d4a1a19d1a5e69eab881d54e9 (diff)
downloademacs-672df0288b55f8bb7ebacdce5335f9e11955482e.tar.gz
emacs-672df0288b55f8bb7ebacdce5335f9e11955482e.zip
Bump python.el package version to 0.30
* lisp/progmodes/python.el: Bump package version to 0.30.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 9dd7b2eb760..741b94e187b 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -5,7 +5,7 @@
5;; Author: Fabián E. Gallina <fgallina@gnu.org> 5;; Author: Fabián E. Gallina <fgallina@gnu.org>
6;; Maintainer: emacs-devel@gnu.org 6;; Maintainer: emacs-devel@gnu.org
7;; URL: https://github.com/fgallina/python.el 7;; URL: https://github.com/fgallina/python.el
8;; Version: 0.29 8;; Version: 0.30
9;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0")) 9;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0"))
10;; Created: Jul 2010 10;; Created: Jul 2010
11;; Keywords: languages 11;; Keywords: languages