~ubuntu-branches/ubuntu/trusty/pyx/trusty

« back to all changes in this revision

Viewing changes to pyx/version.py

  • Committer: Bazaar Package Importer
  • Author(s): Stuart Prescott
  • Date: 2009-10-29 23:47:39 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091029234739-cc178gmb3vp5828t
Tags: 0.10-1
* New maintainer (closes: #552750).
* Revert unneeded versioned build-dependency on python-all-dev.
* Add a preinst script to clean up after python-central (working around
  bug #479852 in python-central) (closes: #553271).
* Convert packaging to quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: ISO-8859-1 -*-
2
2
#
3
3
#
4
 
# Copyright (C) 2002-2005 J�rg Lehmann <joergl@users.sourceforge.net>
5
 
# Copyright (C) 2002-2005 Andr� Wobst <wobsta@users.sourceforge.net>
 
4
# Copyright (C) 2002-2007 J�rg Lehmann <joergl@users.sourceforge.net>
 
5
# Copyright (C) 2002-2007 Andr� Wobst <wobsta@users.sourceforge.net>
6
6
#
7
7
# This file is part of PyX (http://pyx.sourceforge.net/).
8
8
#
21
21
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
22
22
 
23
23
 
24
 
version = "0.9"
25
 
date = "2006/05/24"
 
24
version = "0.10"
 
25
date = "2007/10/03"