aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-12 14:12:16 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-12 14:12:16 +0200
commit10c88b88190d537e4893b80a179bedcf8b481e48 (patch)
tree292c64bf8e2280279f6d078f1e76bba5b07ca30d /pyaggr3g470r/views.py
parentNo SMTP for Heroku (for the moment). (diff)
downloadnewspipe-10c88b88190d537e4893b80a179bedcf8b481e48.tar.gz
newspipe-10c88b88190d537e4893b80a179bedcf8b481e48.tar.bz2
newspipe-10c88b88190d537e4893b80a179bedcf8b481e48.zip
Prepare database initialization script for the new release.
Diffstat (limited to 'pyaggr3g470r/views.py')
-rw-r--r--pyaggr3g470r/views.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py
index dc8a2b12..c1eeec42 100644
--- a/pyaggr3g470r/views.py
+++ b/pyaggr3g470r/views.py
@@ -20,9 +20,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 4.5 $"
+__version__ = "$Revision: 4.7 $"
__date__ = "$Date: 2010/01/29 $"
-__revision__ = "$Date: 2014/02/09 $"
+__revision__ = "$Date: 2014/04/12 $"
__copyright__ = "Copyright (c) Cedric Bonhomme"
__license__ = "AGPLv3"
bgstack15