← Back to team overview

ufl team mailing list archive

Re: [noreply@xxxxxxxxxxxxx: [Branch ~ufl-core/ufl/main] Rev 986: Bump version number to 0.9.1.]

 

I changed to LGPL in the .py files, but we need a COPYING file as well. Will
fix next week if you don't.

Martin

On 8 April 2011 15:07, Anders Logg <logg@xxxxxxxxx> wrote:

> Btw, all copyright forms for UFL have been signed so you can change to
> LPGL now:
>
>
> https://docs.google.com/document/d/1cYk_wD5L8Sla6nGvxI_wiCOS81CDRR5jpW3oWMvfrJQ/edit?hl=en&authkey=CLT1jr4D&pli=1#
>
> --
> Anders
>
>
> On Fri, Apr 08, 2011 at 03:04:47PM +0200, Anders Logg wrote:
> > Nice to have you back! :-)
> >
> > When you make releases, remember to update tarballs, announcements etc
> > on Launchpad. This is easiest handled using the fenics-release script
> > which you can get from the repository lp:fenics-dev.
> >
> > Simply run the fenics-release script in the UFL repository and follow
> > the instructions. The script is configured using the release.conf
> > file. What it does is just to pack up the repository, sign the
> > tarball + display some reminders of things that need updating.
> >
>
> > Date: Fri, 08 Apr 2011 12:08:18 -0000
> > From: noreply@xxxxxxxxxxxxx
> > To: Anders Logg <logg@xxxxxxxxx>
> > Subject: [Branch ~ufl-core/ufl/main] Rev 986: Bump version number to
> 0.9.1.
> >
> > ------------------------------------------------------------
> > revno: 986
> > committer: Martin Alnæs <martinal@xxxxxxxxx>
> > branch nick: ufl
> > timestamp: Fri 2011-04-08 12:46:37 +0200
> > message:
> >   Bump version number to 0.9.1.
> > modified:
> >   ufl/__init__.py
> >
> >
>
> > === modified file 'ufl/__init__.py'
> > --- ufl/__init__.py   2011-02-23 20:26:30 +0000
> > +++ ufl/__init__.py   2011-04-08 10:46:37 +0000
> > @@ -98,11 +98,11 @@
> >
> >  """
> >
> > -__version__ = "0.9.0"
> > +__version__ = "0.9.1"
> >  __authors__ = "Martin Sandve Alnes and Anders Logg"
> > -__copyright__ = "Copyright (C) 2008-2010 " + __authors__
> > +__copyright__ = "Copyright (C) 2008-2011 " + __authors__
> >  __license__  = "GNU GPL version 3 or any later version"
> > -__date__ = "2008-03-14"
> > +__date__ = "2011-04-08"
> >
> >  # Modified by Kristian Oelgaard, 2009
> >  # Modified by Anders Logg, 2009.
> >
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~ufl
> Post to     : ufl@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ufl
> More help   : https://help.launchpad.net/ListHelp
>

Follow ups

References