forked from jan/debianmemberportfolio
Release 0.7.0 0.7.0
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAmDgLhUACgkQDXkdyNc3 wdlRUwgApVIrnnGQrxHgG99GpWnh98kSL19ejU0c2ooalyIR5cEtfQ5AmRfmKzg6 H9ejcnZGvngKSWL6xJidNsDkYSO1ztvgZQtaSI2WcY3kOOYkVuoMYv+E4Op7aDi/ STY57JxpL9wz606jLk3Fft6vlnPzfqXoQMa89dns7h83Mah07W4AbRLlSrinLRa0 6OxS/owqRIttQeQjTqdSJfY3CHVFrhcw0Ses7nJHzdMFJHjy1Y/aJmCCLkm/z5sm FUIh2ZCORnfEm+UnbBunc+hNIeAgPe6/EVPTHNHdpM/tnYO3QL4vtCRlZzaNYvT4 GNuh3ECO25XeflLdDZhUQB/CvYYOLA== =6ISv -----END PGP SIGNATURE----- Merge tag '0.7.0' into develop Release 0.7.0 * tag '0.7.0': Bump version
This commit is contained in:
commit
f63ba352d3
2 changed files with 3 additions and 3 deletions
|
@ -40,14 +40,14 @@ templates_path = ['_templates']
|
|||
|
||||
# General information about the project.
|
||||
project = 'Debian Member Portfolio Service'
|
||||
copyright = '2009-2020, Jan Dittberner'
|
||||
copyright = '2009-2021, Jan Dittberner'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.6.4'
|
||||
version = '0.7.0'
|
||||
# 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.6.4',
|
||||
version='0.7.0',
|
||||
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