Changeset 29:5c820cb8c5b9 in mailjam


Ignore:
Timestamp:
May 23, 2012, 7:00:33 PM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Added version to the package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mailjam/__init__.py

    r16 r29  
    11# -*- coding: utf-8 -*-
     2
     3"""
     4The mailjam project - A small mailing list manager
     5
     6This file is released under the BSD license, see LICENSE for
     7more information.
     8
     9Francisco de Borja Lopez Rio - <borja@codigo23.net>
     10Soluciones Informaticas Codigo23 S.L.U. - http://codigo23.net
     11"""
     12
     13__version__ = '0.1.0'
     14
    215
    316from mailjam.models import Member, MailingList
Note: See TracChangeset for help on using the changeset viewer.