diff options
author | cedricbonhomme <devnull@localhost> | 2011-11-29 07:44:12 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-11-29 07:44:12 +0100 |
commit | 5449c2e0f1455b10b77c2c83b55103362f6bad67 (patch) | |
tree | 8b668292dfe885b885bc7150f855f9a072041b47 | |
parent | Bugfix. The mutex was not released in the function load_feed() when an excpet... (diff) | |
download | newspipe-5449c2e0f1455b10b77c2c83b55103362f6bad67.tar.gz newspipe-5449c2e0f1455b10b77c2c83b55103362f6bad67.tar.bz2 newspipe-5449c2e0f1455b10b77c2c83b55103362f6bad67.zip |
Release 3.1.
-rwxr-xr-x | pyAggr3g470r.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 13ca2310..b7f5c9e6 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -20,9 +20,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/> __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 3.0 $" +__version__ = "$Revision: 3.1 $" __date__ = "$Date: 2010/01/29 $" -__revision__ = "$Date: 2011/11/24 $" +__revision__ = "$Date: 2011/11/29 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" |