← Back to team overview

ufl team mailing list archive

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

 

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.

--
Anders
--- Begin Message ---
------------------------------------------------------------
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


--
lp:ufl
https://code.launchpad.net/~ufl-core/ufl/main

Your team UFL Core Team is subscribed to branch lp:ufl.
To unsubscribe from this branch go to https://code.launchpad.net/~ufl-core/ufl/main/+edit-subscription
=== 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.


--- End Message ---

Follow ups