diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-08-11 15:02:39 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-08-11 15:02:39 +0200 |
commit | 23e8bfad1d883d8b2c5ea8cd71f622707423f31d (patch) | |
tree | 484983e615535b44a1cf43b0983be0afd9d36bcc /source | |
parent | proxy object is now instancied in the __init__ function of feedgetter class. (diff) | |
download | newspipe-23e8bfad1d883d8b2c5ea8cd71f622707423f31d.tar.gz newspipe-23e8bfad1d883d8b2c5ea8cd71f622707423f31d.tar.bz2 newspipe-23e8bfad1d883d8b2c5ea8cd71f622707423f31d.zip |
Updated documentation and README file.
Diffstat (limited to 'source')
-rwxr-xr-x | source/pyAggr3g470r.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 4a99ce2d..3de1dfa6 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -20,9 +20,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/> __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 4.0 $" +__version__ = "$Revision: 4.1 $" __date__ = "$Date: 2010/01/29 $" -__revision__ = "$Date: 2013/06/25 $" +__revision__ = "$Date: 2013/08/11 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" |