diff options
| author | Stefan Kangas | 2021-10-11 21:20:55 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-11 21:24:38 +0200 |
| commit | b3d0f53b296a0876ec7a55ae840868e65ed54e14 (patch) | |
| tree | a7576daa5e8a3e803bbcd4fb36beb38719b874ce /lisp/progmodes/python.el | |
| parent | 392d6708a5b0a1b291f50986cb31552c9d4786df (diff) | |
| download | emacs-b3d0f53b296a0876ec7a55ae840868e65ed54e14.tar.gz emacs-b3d0f53b296a0876ec7a55ae840868e65ed54e14.zip | |
* lisp/progmodes/python.el: Bump package version to 0.28.
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 de6cfcb1ce1..1b55db09503 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> | 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> |
| 6 | ;; URL: https://github.com/fgallina/python.el | 6 | ;; URL: https://github.com/fgallina/python.el |
| 7 | ;; Version: 0.27.1 | 7 | ;; Version: 0.28 |
| 8 | ;; Package-Requires: ((emacs "24.2") (cl-lib "1.0")) | 8 | ;; Package-Requires: ((emacs "24.2") (cl-lib "1.0")) |
| 9 | ;; Maintainer: emacs-devel@gnu.org | 9 | ;; Maintainer: emacs-devel@gnu.org |
| 10 | ;; Created: Jul 2010 | 10 | ;; Created: Jul 2010 |