Release 0.6.0
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAlp9a7gACgkQDXkdyNc3 wdllqwf+JBMhph6j20dk2IdTFk+eS+Zd4HLZ0QLldbmsahfH2yKzwyzmpMDMAEmM dd2O0BfeAw/R+2fE3/FBwbedDn+73cp9Z66utdhmIIyMY3Z2vi320rj+tXfvJpHl h5KBgcizSB7FSNpLEh4rsIbM5sVcbqeEhl5WmIVDnDhwalYj8XOPdhSbH9A16CWb DRl+ZZncK29U6WxUq3+dcP8QQjYj8Wxb3X1ZIKRVV+cFc1I8fQJKLbbGpFaZi6Qd c0aOnj+vaExKKINLOJC/kCSADVPIANXMcHykuegX2ptSfr6ErCSml8k1HHDNllo6 XscQV2sFR9kVMzluR81YWdjJdwK5dA== =C80f -----END PGP SIGNATURE----- Merge tag '0.6.0' into develop Release 0.6.0 * tag '0.6.0': Bump version number, update ChangeLog
This commit is contained in:
commit
da6e08469e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2018-02-09 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* add patch by Paul Wise to provide Salsa links
|
||||||
|
* Update translations
|
||||||
|
|
||||||
2015-11-12 Jan Dittberner <jan@dittberner.info>
|
2015-11-12 Jan Dittberner <jan@dittberner.info>
|
||||||
* port to Python 3 and Flask
|
* port to Python 3 and Flask
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='debianmemberportfolio',
|
name='debianmemberportfolio',
|
||||||
version='0.5.2',
|
version='0.6.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