|
From: <al...@us...> - 2008-05-02 01:08:58
|
Revision: 306
http://gnuplot-py.svn.sourceforge.net/gnuplot-py/?rev=306&view=rev
Author: alford
Date: 2008-05-01 18:09:02 -0700 (Thu, 01 May 2008)
Log Message:
-----------
Official version 1.8
Modified Paths:
--------------
trunk/RELEASES.txt
trunk/__init__.py
Modified: trunk/RELEASES.txt
===================================================================
--- trunk/RELEASES.txt 2008-01-17 20:10:44 UTC (rev 305)
+++ trunk/RELEASES.txt 2008-05-02 01:09:02 UTC (rev 306)
@@ -14,14 +14,14 @@
Gnuplot.html -- update the version number where it appears. Update
the "News" section.
- __init__.py -- increment the __version__ string.
+ __init__.py -- increment the __version__ string. No "+" on the end.
2. Check the changes into Subversion.
3. Tag the release in Subversion:
$ svn cp https://svn.sourceforge.net/svnroot/gnuplot-py/trunk \
- https://svn.sourceforge.net/svnroot/gnuplot-py/tags/release-1.7
+ https://svn.sourceforge.net/svnroot/gnuplot-py/tags/release-1.8
4. Create new documentation using happydoc:
@@ -34,7 +34,7 @@
$ python2 ./setup.py sdist --formats=gztar,zip
-6. Generate the binary distributions. [I don't think a binary
+6. [OMIT THIS] Generate the binary distributions. [I don't think a binary
distribution is worthwhile because the place that the files need to
be installed is dependent on the version of python being used.]
Modified: trunk/__init__.py
===================================================================
--- trunk/__init__.py 2008-01-17 20:10:44 UTC (rev 305)
+++ trunk/__init__.py 2008-05-02 01:09:02 UTC (rev 306)
@@ -156,7 +156,7 @@
"""
-__version__ = '1.7+'
+__version__ = '1.8'
# Other modules that should be loaded for 'from Gnuplot import *':
__all__ = ['utils', 'funcutils', ]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|