forked from jan/debianmemberportfolio
Bump version number, update changelog
This commit is contained in:
parent
f180b31732
commit
a94469e2a0
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2021-10-24 Jan Dittberner <jan@dittberner.info>
|
||||
* add updated translations from Weblate
|
||||
* fix NM URL (thanks Diederik de Haas)
|
||||
|
||||
2021-07-03 Jan Dittberner <jan@dittberner.info>
|
||||
* Add translations from Weblate
|
||||
* remove a dead services (thanks Juri Grabowski)
|
||||
|
|
|
@ -46,7 +46,7 @@ copyright = "2009-2021, Jan Dittberner"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
# 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.1',
|
||||
version='0.7.2',
|
||||
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