Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
Update author lines to current mail address.
  • Loading branch information
saschpe committed Jul 11, 2015
1 parent dd8db33 commit c4b87a8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Initiated and maintained by:

Sascha Peilicke <saschpe@gmx.de>
Sascha Peilicke <sascha@peilicke.de>
4 changes: 2 additions & 2 deletions doc/py2pack.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'\" t
.\" Title: py2pack
.\" Author: Sascha Peilicke <saschpe@gmx.de>
.\" Author: Sascha Peilicke <sascha@peilicke.de>
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 07/19/2011
.\" Manual: @VERSION@
Expand Down Expand Up @@ -151,7 +151,7 @@ and adapt it to your needs\&.
.RE
.SH "AUTHORS"
.PP
\fBSascha Peilicke\fR <\&saschpe@gmx\&.de\&>
\fBSascha Peilicke\fR <\&sascha@peilicke\&.de\&>
.RS 4
Developer
.RE
Expand Down
2 changes: 1 addition & 1 deletion doc/src/py2pack.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<contrib>Developer</contrib>
<firstname>Sascha</firstname>
<surname>Peilicke</surname>
<email>saschpe@gmx.de</email>
<email>sascha@peilicke.de</email>
</author>
<othercredit>
<contrib>Manpage author</contrib>
Expand Down
6 changes: 3 additions & 3 deletions py2pack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2013, Sascha Peilicke <saschpe@gmx.de>
# Copyright (c) 2013, Sascha Peilicke <sascha@peilicke.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand All @@ -21,8 +21,8 @@

__doc__ = 'Generate distribution packages from PyPI'
__docformat__ = 'restructuredtext en'
__author__ = 'Sascha Peilicke <saschpe@gmx.de>'
__version__ = '0.4.10'
__author__ = 'Sascha Peilicke <sascha@peilicke.de>'
__version__ = '0.5.0'

import argparse
import datetime
Expand Down
2 changes: 1 addition & 1 deletion py2pack/proxy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2013, Sascha Peilicke <saschpe@gmx.de>
# Copyright (c) 2015, Sascha Peilicke <sascha@peilicke.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand Down
2 changes: 1 addition & 1 deletion scripts/py2pack
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2010, Sascha Peilicke <saschpe@gmx.de>
# Copyright (c) 2015, Sascha Peilicke <sascha@peilicke.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2014, Sascha Peilicke <saschpe@gmx.de>
# Copyright (c) 2015, Sascha Peilicke <sascha@peilicke.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand Down
2 changes: 1 addition & 1 deletion test/test_py2pack.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2013, Sascha Peilicke <saschpe@gmx.de>
# Copyright (c) 2015, Sascha Peilicke <sascha@peilicke.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand Down

0 comments on commit c4b87a8

Please sign in to comment.