djangocms_blog/djangocms_blog/__init__.py

5 lines
140 B
Python
Raw Normal View History

2014-11-30 13:16:16 +01:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
2014-12-03 19:54:35 +01:00
__version__ = '0.3.0.b3'