forked from jan/debianmemberportfolio
Update version and ChangeLog
This commit is contained in:
parent
91abd158d9
commit
0886075891
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
2020-02-22 Jan Dittberner <jan@dittberner.info>
|
||||
* Update translations
|
||||
|
||||
2018-05-12 Jan Dittberner <jan@dittberner.info>
|
||||
* add patch by Paul Wise to provide Repology information links
|
||||
* Update translations
|
||||
|
|
4
setup.py
4
setup.py
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Debian Member Portfolio Service setup
|
||||
# Copyright © 2009-2018 Jan Dittberner <jan@dittberner.info>
|
||||
# Copyright © 2009-2020 Jan Dittberner <jan@dittberner.info>
|
||||
#
|
||||
# This file is part of the Debian Member Portfolio Service.
|
||||
#
|
||||
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='debianmemberportfolio',
|
||||
version='0.6.2',
|
||||
version='0.6.3',
|
||||
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