forked from jan/debianmemberportfolio
Bump version
This commit is contained in:
parent
be8fb73c27
commit
fd6c72b646
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