Skip to content

Commit

Permalink
Get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysanders committed May 6, 2017
1 parent 1c2c7b4 commit 1bf6963
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions INSTALL
Expand Up @@ -37,7 +37,7 @@ list a few of the possible method here:

To install on linux to the standard location on the hard disk

# cd veusz-1.25.1
# cd veusz-1.26
# python setup.py build
# su
[enter root password]
Expand Down Expand Up @@ -95,8 +95,8 @@ resources directory to point to the location of the example files.
If you don't want to install veusz fully or are doing development, it
can currently be run from its own directory. Do

# tar xzf veusz-1.25.1.tar.gz [change version here]
# cd veusz-1.25.1
# tar xzf veusz-1.26.tar.gz [change version here]
# cd veusz-1.26
# ./run_veusz_inplace

Certain features will be disabled if you do this. You will not be able
Expand All @@ -118,8 +118,8 @@ work on all distributions due to glibc/library
incompatibilities. Simply unpack the tar file and run the main
executable:

# tar xzf veusz-linux-i386-1.25.1.tar.gz [change version here]
# cd veusz-linux-i386-1.25.1
# tar xzf veusz-linux-i386-1.26.tar.gz [change version here]
# cd veusz-linux-i386-1.26
# ./veusz

2.2 Installing in Windows
Expand Down
2 changes: 2 additions & 0 deletions README
Expand Up @@ -22,6 +22,8 @@ Changes in 1.26:
* Fix for dataset plugins returning nD datasets
* Add editable automatic axis range, including support for shrinking
range (-X%), percentage ranges (X-Y%) and limits (<X% and >Y%)
* Fix for key if invalid dataset
* For log scaling on image widget, show invalid values as being transparent

Features of package:
Plotting features:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.25.99
1.26

0 comments on commit 1bf6963

Please sign in to comment.