diff --git a/graphics/text/create_caption.py b/graphics/text/create_caption.py index 73861f94..25b07571 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-2018" +txt1= "© 2001-2019" txt2= os.environ['VERSION'] background_image = Image.open(sys.argv[1]) background_image.load()