forked from jan/debianmemberportfolio
release 0.4.1
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABCgAGBQJU569ZAAoJEA15HcjXN8HZRiAIAIl9pYYpBOutQ8a605RagDOK dpafcBJXid4rAarjor6tzZiQS1MkP81y0URjIdoxwfAwb83gvEGMK0OPLkCfMZSZ uL6BLNJPRTVpJspwEjY86+nTO/zBZ77Fm45hYKxqyk+/8vO5N198TuR2EouoRdki 54c0GC24t/RAfvbeG4bB0EyPPAwt2FVxCtahSLvX+Goyet33ROuG24R50b2fBXFw ZNhRFCiT7A3VPkQb3irbXZLw6BW10dEFX6Hc55Im4dhq0zg0fJC/6q5xp1bRJISj J2fTs/19u+nPLSzWJIjU2qRDFZfzX/jp6QZ7G/zKnt/TZBrOt0qKOkFVkOqjbLE= =7zTB -----END PGP SIGNATURE----- Merge tag '0.4.1' into develop release 0.4.1 * tag '0.4.1': bump version number
This commit is contained in:
commit
6da0bf9109
2 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ copyright = u'2009-2015, Jan Dittberner'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.4.0'
|
version = '0.4.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Debian Member Portfolio Service setup
|
# Debian Member Portfolio Service setup
|
||||||
# Copyright © 2009-2014 Jan Dittberner <jan@dittberner.info>
|
# Copyright © 2009-2015 Jan Dittberner <jan@dittberner.info>
|
||||||
#
|
#
|
||||||
# This file is part of the Debian Member Portfolio Service.
|
# This file is part of the Debian Member Portfolio Service.
|
||||||
#
|
#
|
||||||
|
@ -28,7 +28,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='debianmemberportfolio',
|
name='debianmemberportfolio',
|
||||||
version='0.4.0',
|
version='0.4.1',
|
||||||
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