Skip to content

Commit

Permalink
Updated version and splash
Browse files Browse the repository at this point in the history
  • Loading branch information
rexissimus committed Apr 29, 2016
1 parent 048c632 commit 8208899
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion doc/usersguide/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.3'
release = '2.2.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions scripts/create_release_wiki_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"""
from datetime import date
#Release version
VT_VERSION = "2.2.3"
VT_REVISION = "df9bf200d91e"
VT_VERSION = "2.2.4"
VT_REVISION = "048c632a7ac5"
#Sourceforge information
SF_ROOT_URL = "http://downloads.sourceforge.net/project/vistrails/vistrails/"
SF_FOLDER_NAME = "v2.2.3"
SF_FOLDER_NAME = "v2.2.4"
SF_DOWNLOAD_URL = "%s%s"%(SF_ROOT_URL,SF_FOLDER_NAME)
#binaries names
MAC_64_BIN = "vistrails-mac-10.6-intel-%s-%s.dmg"%(VT_VERSION, VT_REVISION)
Expand Down
4 changes: 2 additions & 2 deletions scripts/dist/common/splash/splash.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/dist/mac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from setuptools import setup
import sys
sys.setrecursionlimit(1500)
VERSION = '2.2.3'
VERSION = '2.2.4'

# Add VTK 6.2 to path
sys.path.insert(0,'/Users/vistrails/src/VTK6/build/Wrapping/Python')
Expand Down
4 changes: 2 additions & 2 deletions scripts/dist/source/make-vistrails-src-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
EXPORT_PATHS = "vistrails doc examples extensions scripts CHANGELOG LICENSE".split()

# VisTrails Release Version
VT_VERSION = '2.2.3'
VT_VERSION = '2.2.4'

# Branch to be used to build release
VT_BRANCH = 'v2.2'

# Hash used in the release
VT_HASH = 'df9bf200d91e'
VT_HASH = '048c632a7ac5'

# Distribution Tarball name (Do not add ".tar.gz")
#TARBALL_NAME = "vistrails-src-%s-%s" % (VT_VERSION, VT_HASH)
Expand Down
2 changes: 1 addition & 1 deletion scripts/dist/windows/vistrails-gdal.iss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

[Setup]
AppName=VisTrails
AppVerName=VisTrails 2.2.3
AppVerName=VisTrails 2.2.4
OutputBaseFilename=vistrails-gdal-setup
DefaultGroupName=VisTrails

Expand Down
2 changes: 1 addition & 1 deletion scripts/dist/windows/vistrails.iss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

[Setup]
AppName=VisTrails
AppVerName=VisTrails 2.2.3
AppVerName=VisTrails 2.2.4
OutputBaseFilename=vistrails-setup
DefaultGroupName=VisTrails

Expand Down
2 changes: 1 addition & 1 deletion scripts/dist/windows/vistrailsx64-gdal.iss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

[Setup]
AppName=VisTrails x64
AppVerName=VisTrails x64 2.2.3
AppVerName=VisTrails x64 2.2.4
OutputBaseFilename=vistrails-x64-gdal-setup
DefaultGroupName=VisTrails x64

Expand Down
2 changes: 1 addition & 1 deletion scripts/dist/windows/vistrailsx64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

[Setup]
AppName=VisTrails x64
AppVerName=VisTrails x64 2.2.3
AppVerName=VisTrails x64 2.2.4
ArchitecturesInstallIn64BitMode=x64
OutputBaseFilename=vistrails-x64-setup
DefaultGroupName=VisTrails x64
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Who we are: http://www.vistrails.org/index.php/People
"""
setup(name='vistrails',
version='2.2.3',
version='2.2.4',
packages=packages,
include_package_data=True,
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion vistrails/core/system/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def default_connections_file():
"""
return os.path.join(current_dot_vistrails(), 'connections.xml')

VERSION = '2.2.3'
VERSION = '2.2.4'
def vistrails_version():
"""vistrails_version() -> string - Returns the current VisTrails version."""
# 0.1 was the Vis2005 version
Expand Down
Binary file modified vistrails/gui/resources/images/vistrails_splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8208899

Please sign in to comment.