diff --git a/ChangeLog b/ChangeLog index d9b5d81..9c5e241 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-10-14 Jan Dittberner + * add patch by Paul Wise to use to update DUCK link to new static page + * add patch by Paul Wise to remove generated files from version + control + * add patch by Paul Wise to use https in links, comments, docstrings, + etc. + 2014-04-10 Jan Dittberner * add patch by Paul Wise to use SSL where available * add patch by Paul Wise to fix link to the contributors site diff --git a/docs/source/conf.py b/docs/source/conf.py index bde4e28..f301712 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,7 +53,7 @@ copyright = u'2009-2014, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.3.2' +version = '0.3.3' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 368db6e..1dbab24 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ except ImportError: setup( name='debianmemberportfolio', - version='0.3.2', + version='0.3.3', description='service to create Debian Member Portfolio URLs', long_description="""This is a service implementation that returns a set of personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It