diff options
author | cedricbonhomme <devnull@localhost> | 2010-10-25 17:16:15 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-10-25 17:16:15 +0200 |
commit | 359204072ae147e55f9a30b377030259d6789881 (patch) | |
tree | 03780e8b3b644cd60e9eb8dc8ba508a1465f0d25 /pyAggr3g470r.py | |
parent | Minor bugfix. (diff) | |
download | newspipe-359204072ae147e55f9a30b377030259d6789881.tar.gz newspipe-359204072ae147e55f9a30b377030259d6789881.tar.bz2 newspipe-359204072ae147e55f9a30b377030259d6789881.zip |
Release 2.1. Better export of articles in HTML format. Lot of improvements. New wiki.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-x | pyAggr3g470r.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 37a2803f..b656dd90 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -20,8 +20,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/> __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 2.0 $" -__date__ = "$Date: 2010/09/03 $" +__version__ = "$Revision: 2.1 $" +__date__ = "$Date: 2010/10/25 $" __copyright__ = "Copyright (c) 2010 Cedric Bonhomme" __license__ = "GPLv3" |