forked from jan/debianmemberportfolio
Release 0.7.1
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAmDgPPwACgkQDXkdyNc3 wdl/8Qf/ZuGd/xQsUiDRTczS7ib45BuL5VyG9tLQGBB8q8CA81FAPvJaN2n2hFUV koQWpjmbmzQ7Eipav+p/EwjQ1YkK41S0s+vbgn2Gap47P6un5HkLLcpkI0vjFQXG wDZE4XIiboI50cSANP1ckcTElAnoz6QAoGzqLrDRlYr5gztbxeFjikTNSuELFlXo VGwTfCjIXoGoshlUna5oIpMgJ+3I1zqZdOMnYLOf1kBJ59nY7Kc5Rcan48GiBpOT KYGY6w4D1mmNVbSsFg/cwmPTLekHelDCKLIdir+SRsHjJRbkO7ZRtfcA4+vFkme7 Vj15lq/J88SN2tYWRQTFKYo9kGHFkg== =myrO -----END PGP SIGNATURE----- Merge tag '0.7.1' into develop Release 0.7.1 * tag '0.7.1': Bump version to 0.7.1
This commit is contained in:
commit
3fbe1b2643
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ copyright = "2009-2021, Jan Dittberner"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='debianmemberportfolio',
|
||||
version='0.7.0',
|
||||
version='0.7.1',
|
||||
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