forked from jan/debianmemberportfolio
bump version number, update changelog
This commit is contained in:
parent
8ccedf5c71
commit
59cc3a82e2
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
2015-02-20 Jan Dittberner <jan@dittberner.info>
|
||||
* add Jessie requirements file
|
||||
|
||||
2014-10-14 Jan Dittberner <jan@dittberner.info>
|
||||
* add patch by Paul Wise to use to update DUCK link to new static page
|
||||
* add patch by Paul Wise to remove generated files from version
|
||||
|
|
|
@ -46,14 +46,14 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'Debian Member Portfolio Service'
|
||||
copyright = u'2009-2014, Jan Dittberner'
|
||||
copyright = u'2009-2015, 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.3.3'
|
||||
version = '0.4.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='debianmemberportfolio',
|
||||
version='0.3.3',
|
||||
version='0.4.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