forked from jan/debianmemberportfolio
release 0.4.0
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABCgAGBQJU56jzAAoJEA15HcjXN8HZPjUH/iWz/Cb1sFDpB/+N2Njw7aFv mvYIrfmQeDhI7LISLxDtMKsNEPKoR1Bg6UW3K/ic2YfoXhcWlvtsSQembdkowmlq +TG9KevTlC9bVcdFkDzpzACxst9fg4lFq+kohTqeTsmmKKYMDhdNIicVVyGQ0lD/ doc6oolJNKfrcYjZQD7lVgW69kGi3YhPsaEBfn+cYdyEg2OmRjhgj+0cQnz2PKF2 F7d8y4sopWiW1m+zsD1hudyZGgYbYsgvDZ70DwH97DcUYLAkw29iDZGtGpGeK1a0 AvInRsXjPVsW9fMsVuWlIzyhlp550lC/52+ahRYf2cfTS9m/l4U40ho2i248+e8= =sX2R -----END PGP SIGNATURE----- Merge tag '0.4.0' into develop release 0.4.0 * tag '0.4.0': bump version number, update changelog
This commit is contained in:
commit
b566a2588e
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
2015-02-20 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* add Jessie requirements file
|
||||||
|
|
||||||
2014-10-14 Jan Dittberner <jan@dittberner.info>
|
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 use to update DUCK link to new static page
|
||||||
* add patch by Paul Wise to remove generated files from version
|
* add patch by Paul Wise to remove generated files from version
|
||||||
|
|
|
@ -46,14 +46,14 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Debian Member Portfolio Service'
|
project = u'Debian Member Portfolio Service'
|
||||||
copyright = u'2009-2014, Jan Dittberner'
|
copyright = u'2009-2015, Jan Dittberner'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.3.3'
|
version = '0.4.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='debianmemberportfolio',
|
name='debianmemberportfolio',
|
||||||
version='0.3.3',
|
version='0.4.0',
|
||||||
description='service to create Debian Member Portfolio URLs',
|
description='service to create Debian Member Portfolio URLs',
|
||||||
long_description="""This is a service implementation that returns a set of
|
long_description="""This is a service implementation that returns a set of
|
||||||
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
||||||
|
|
Loading…
Reference in a new issue