summaryrefslogtreecommitdiff
path: root/pygments/formatters/img.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-11-15 18:42:36 +0100
committergbrandl <devnull@localhost>2008-11-15 18:42:36 +0100
commita9e478d2cf40ed16b0bb22f24b49f88387c2a7e7 (patch)
tree17d8b8ac929d66c378564fb9ba99282ae7dd0230 /pygments/formatters/img.py
parent001257693a1afc26a4a5fa16cdf69ca228600d93 (diff)
downloadpygments-a9e478d2cf40ed16b0bb22f24b49f88387c2a7e7.tar.gz
0.12 -> 1.0 references.
Diffstat (limited to 'pygments/formatters/img.py')
-rw-r--r--pygments/formatters/img.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/formatters/img.py b/pygments/formatters/img.py
index 5bff5d93..ef3579d7 100644
--- a/pygments/formatters/img.py
+++ b/pygments/formatters/img.py
@@ -475,7 +475,7 @@ class GifImageFormatter(ImageFormatter):
Create a GIF image from source code. This uses the Python Imaging Library to
generate a pixmap from the source code.
- *New in Pygments 0.12.* (You could create GIF images before by passing a
+ *New in Pygments 1.0.* (You could create GIF images before by passing a
suitable `image_format` option to the `ImageFormatter`.)
"""
@@ -490,7 +490,7 @@ class JpgImageFormatter(ImageFormatter):
Create a JPEG image from source code. This uses the Python Imaging Library to
generate a pixmap from the source code.
- *New in Pygments 0.12.* (You could create JPEG images before by passing a
+ *New in Pygments 1.0.* (You could create JPEG images before by passing a
suitable `image_format` option to the `ImageFormatter`.)
"""
@@ -505,7 +505,7 @@ class BmpImageFormatter(ImageFormatter):
Create a bitmap image from source code. This uses the Python Imaging Library to
generate a pixmap from the source code.
- *New in Pygments 0.12.* (You could create bitmap images before by passing a
+ *New in Pygments 1.0.* (You could create bitmap images before by passing a
suitable `image_format` option to the `ImageFormatter`.)
"""