diff options
author | gbrandl <devnull@localhost> | 2008-11-15 18:42:36 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-11-15 18:42:36 +0100 |
commit | a9e478d2cf40ed16b0bb22f24b49f88387c2a7e7 (patch) | |
tree | 17d8b8ac929d66c378564fb9ba99282ae7dd0230 /pygments/lexers/agile.py | |
parent | 001257693a1afc26a4a5fa16cdf69ca228600d93 (diff) | |
download | pygments-a9e478d2cf40ed16b0bb22f24b49f88387c2a7e7.tar.gz |
0.12 -> 1.0 references.
Diffstat (limited to 'pygments/lexers/agile.py')
-rw-r--r-- | pygments/lexers/agile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/agile.py b/pygments/lexers/agile.py index 31a00747..f235d8cf 100644 --- a/pygments/lexers/agile.py +++ b/pygments/lexers/agile.py @@ -289,7 +289,7 @@ class PythonConsoleLexer(Lexer): `python3` Use Python 3 lexer for code. Default is ``False``. - *New in Pygments 0.12.* + *New in Pygments 1.0.* """ name = 'Python console session' aliases = ['pycon'] @@ -391,7 +391,7 @@ class Python3TracebackLexer(RegexLexer): """ For Python 3.0 tracebacks, with support for chained exceptions. - *New in Pygments 0.12.* + *New in Pygments 1.0.* """ name = 'Python 3.0 Traceback' |