diff --git a/graphics/text/create_caption.py b/graphics/text/create_caption.py index 1d1eac36..73861f94 100755 --- a/graphics/text/create_caption.py +++ b/graphics/text/create_caption.py @@ -12,7 +12,7 @@ import os font = ImageFont.load_default() -txt1= "© 2001-2017" +txt1= "© 2001-2018" txt2= os.environ['VERSION'] background_image = Image.open(sys.argv[1]) background_image.load()