forked from jan/debianmemberportfolio
Merge tag '0.3.3' into develop
Release 0.3.3
This commit is contained in:
commit
32b4039774
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2014-10-14 Jan Dittberner <jan@dittberner.info>
|
||||
* 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 <jan@dittberner.info>
|
||||
* add patch by Paul Wise to use SSL where available
|
||||
* add patch by Paul Wise to fix link to the contributors site
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
2
setup.py
2
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
|
||||
|
|
Loading…
Reference in a new issue