diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2025-03-02 18:50:04 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2025-03-02 18:53:09 +0100 |
commit | 538ab57dc5b8371b3a6d3ccb635deb8b35133fc4 (patch) | |
tree | 82695073a4d4cf64da39b0d1b9140dc75fc499a3 /lisp/progmodes/python.el | |
parent | 0cff855690109ab57216aeda6c0daa2ec566294e (diff) | |
download | emacs-538ab57dc5b8371b3a6d3ccb635deb8b35133fc4.tar.gz emacs-538ab57dc5b8371b3a6d3ccb635deb8b35133fc4.tar.bz2 emacs-538ab57dc5b8371b3a6d3ccb635deb8b35133fc4.zip |
Bump python.el package version to 0.29
* lisp/progmodes/python.el: Bump package version to 0.29.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index e643021baed..a480f4c1301 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -4,7 +4,7 @@ ;; Author: Fabián E. Gallina <fgallina@gnu.org> ;; URL: https://github.com/fgallina/python.el -;; Version: 0.28 +;; Version: 0.29 ;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0")) ;; Maintainer: emacs-devel@gnu.org ;; Created: Jul 2010 |