new release
This commit is contained in:
parent
0a38947252
commit
0aecfe2008
3 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ copyright = u'2013, Lars Kiesow'
|
|||
# The short X.Y version.
|
||||
version = '0.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.2.2'
|
||||
release = '0.2.3'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -16,7 +16,7 @@ import dateutil.tz
|
|||
from feedgen.entry import FeedEntry
|
||||
from feedgen.util import ensure_format
|
||||
|
||||
_feedgen_version = '0.2.2'
|
||||
_feedgen_version = '0.2.3'
|
||||
|
||||
class FeedGenerator(object):
|
||||
'''FeedGenerator for generating ATOM and RSS feeds.
|
||||
|
|
4
setup.py
4
setup.py
|
@ -5,11 +5,11 @@ from distutils.core import setup
|
|||
setup(
|
||||
name = 'feedgen',
|
||||
packages = ['feedgen', 'feedgen/ext'],
|
||||
version = '0.2.2',
|
||||
version = '0.2.3',
|
||||
description = 'Feed Generator (ATOM, RSS, Podcasts)',
|
||||
author = 'Lars Kiesow',
|
||||
author_email = 'lkiesow@uos.de',
|
||||
url = 'https://github.com/lkiesow/pyFeedGenerator',
|
||||
url = 'http://lkiesow.github.io/python-feedgen',
|
||||
keywords = ['feed','ATOM','RSS','podcast'],
|
||||
license = 'FreeBSD and LGPLv3+',
|
||||
requires = ['lxml', 'dateutils'],
|
||||
|
|
Loading…
Reference in a new issue