diff --git a/README.md b/README.md index 416fba2..d09df26 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ On [JogoBots wikipedia user page](https://de.wikipedia.org/wiki/Benutzer:JogoBot * [jogobot-core module](https://github.com/golderweb/wiki-jogobot-core) used as submodule * [Isoweek module](https://pypi.python.org/pypi/isoweek) +## Versions +* v1.2 + - improved repo structure +* v1.1 + - Cut Titel and Interpret on first linebreak +* v1.0 + - first stable release + ## Bugs [wiki-jogobot-charts on fs.golderweb.de (de)](https://fs.golderweb.de/proj20) @@ -18,4 +26,4 @@ On [JogoBots wikipedia user page](https://de.wikipedia.org/wiki/Benutzer:JogoBot GPLv3+ ## Author Information -Copyright 2016 Jonathan Golder +Copyright 2017 Jonathan Golder diff --git a/charts.py b/charts.py index 00ac63a..1b27cc2 100644 --- a/charts.py +++ b/charts.py @@ -11,7 +11,7 @@ # # modified by: # -# Copyright 2016 Jonathan Golder +# Copyright 2017 Jonathan Golder # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/countrylist.py b/countrylist.py index 737c2fa..3298f68 100644 --- a/countrylist.py +++ b/countrylist.py @@ -3,7 +3,7 @@ # # countrylist.py # -# Copyright 2016 Jonathan Golder +# Copyright 2017 Jonathan Golder # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/summarypage.py b/summarypage.py index 1b23dec..e394cba 100644 --- a/summarypage.py +++ b/summarypage.py @@ -3,7 +3,7 @@ # # summarypage.py # -# Copyright 2016 Jonathan Golder +# Copyright 2017 Jonathan Golder # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by