diff options
| author | Stefan Monnier | 2020-10-19 13:39:42 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2020-10-19 13:39:42 -0400 |
| commit | f831fa174425d3f945dcbd399290ce9cc68e8ea2 (patch) | |
| tree | d7be2dc6fec9deaae1047cf0789f00d04d940823 /lisp/progmodes/python.el | |
| parent | ed9520b38e1fb8dc45a9eb4227ceb49387843de2 (diff) | |
| download | emacs-f831fa174425d3f945dcbd399290ce9cc68e8ea2.tar.gz emacs-f831fa174425d3f945dcbd399290ce9cc68e8ea2.zip | |
* lisp/progmodes/python.el: Bump version to release the f-string support
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 d1871c93a78..7f4d2251fd8 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.26.1 | 7 | ;; Version: 0.27 |
| 8 | ;; Package-Requires: ((emacs "24.1") (cl-lib "1.0")) | 8 | ;; Package-Requires: ((emacs "24.1") (cl-lib "1.0")) |
| 9 | ;; Maintainer: emacs-devel@gnu.org | 9 | ;; Maintainer: emacs-devel@gnu.org |
| 10 | ;; Created: Jul 2010 | 10 | ;; Created: Jul 2010 |