Skip to content

Commit f610a74

Browse files
author
sreeder
committed
update version
1 parent bf10ba4 commit f610a74

File tree

9 files changed

+29
-27
lines changed

9 files changed

+29
-27
lines changed

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,44 @@ If you want to try ODM Tools, we have created a couple of [testing databases](ht
1111

1212
##ODM Compatibility
1313

14-
ODM Tools Python is currenlty fully compatible with ODM Version 1.1.1. We are working on ODM2 compatibility, and should have it worked out this summer.
14+
ODM Tools Python is currenlty fully compatible with ODM Version 1.1.1. We are working on ODM2 compatibility, and should have it worked out this winter.
1515

1616
##Releases
1717

1818
To make running ODMTools easier we have included installers. Please select the one that is appropriate for your operating system
1919

2020
####Windows
2121
Recommended Release:
22-
+ [Window v1.2.5-beta](https://github.com/ODM2/ODMToolsPython/releases/download/v1.2.5_beta/ODMTools_1.2.5_Beta_Win_Installer.exe)
22+
+ [Window v1.2.8-beta](https://github.com/ODM2/ODMToolsPython/releases/download/v1.2.8_beta/ODMTools_1.2.8_Beta_Win_Installer.exe)
2323

2424
####Mac
25-
+ [Mac v1.2.5-beta](https://github.com/ODM2/ODMToolsPython/releases/download/v1.2.5_beta/ODMTools_v1.2.5-beta_Mac_installer.pkg.zip)
25+
+ [Mac v1.2.8-beta](https://github.com/ODM2/ODMToolsPython/releases/download/v1.2.8_beta/ODMTools_v1.2.8-beta_Mac_installer.pkg.zip)
2626

2727
####Linux
2828
+ *Please run from source*
2929

3030
Running From Source
3131
-------------------
3232

33-
+ [Matplotlib-1.4.3](https://github.com/matplotlib/matplotlib/releases/tag/v1.4.3)
34-
+ [Pandas-0.16.0](https://github.com/pydata/pandas/releases)
33+
+ [Matplotlib](https://github.com/matplotlib/matplotlib/releases/)
34+
+ [Pandas](https://github.com/pydata/pandas/releases)
3535
+ [Pip](http://docs.python-guide.org/en/latest/starting/install/win.html)
3636
+ [PyMySQL](https://github.com/petehunt/PyMySQL/)
37-
+ [Pyodbc-3.0.7](https://code.google.com/p/pyodbc/downloads/detail?name=pyodbc-3.0.7.win-amd64-py2.7.exe)
37+
+ [Pyodbc](https://code.google.com/p/pyodbc/downloads/)
3838
+ [Python-2.7.9 x64/x32](http://www.python.org/download/releases/2.7.9/) (Python 3 version isn't available)
39-
+ [Psycopg2-2.4.6](http://initd.org/psycopg/docs/install.html)
40-
+ [Sqlalchemy-1.0.0] (http://pypi.python.org/pypi/SQLAlchemy/1.0.0)
41-
+ [wxpython-3.0.0](http://www.wxpython.org/download.php)
39+
+ [Psycopg2](http://initd.org/psycopg/docs/install.html)
40+
+ [Sqlalchemy] (http://pypi.python.org/pypi/SQLAlchemy/)
41+
+ [wxpython](http://www.wxpython.org/download.php)
42+
+ [Numpy](http://www.scipy.org/scipylib/download.html)
43+
+ [Scipy](https://www.scipy.org/scipylib/download.html)
4244

4345
Install the following software/libraries.
4446
It is recommended to create an environment using 'Conda'.
4547
'Conda' comes prepackaged in the Python Scientific Package Suite [Anaconda](http://continuum.io/downloads) (Available for Windows, OSX, Linux)
4648

4749
Example environment creation:
4850

49-
+ conda create -n odmtools python=2.7.8 wxpython matplotlib pandas pyodbc sqlalchemy pip psycopg2
51+
+ conda create -n odmtools python=2.7.8 wxpython matplotlib pandas numpy scipy pyodbc sqlalchemy pip psycopg2
5052

5153
+ pip install pymysql
5254

doc/developer_docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = 'beta-v1.2.0'
58+
version = '1.2.8'
5959
# The full version, including alpha/beta/rc tags.
60-
release = 'beta-v1.2.0'
60+
release = 'beta-v1.2.8'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

odmtools/meta/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app_name = "ODMTools"
2-
version = "1.2.5_Beta"
2+
version = "1.2.8_Beta"
33
copyright = "Copyright (c) 2013 - 2015, Utah State University. All rights reserved."
44
description = "ODMTools is a python application for managing observational data using the Observations Data Model. " \
55
"ODMTools allows you to query, visualize, and edit data stored in an Observations Data Model (ODM) database." \

setup/Mac/ODMTools.packproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,9 @@
567567
<string></string>
568568
<key>IFPkgDescriptionTitle</key>
569569

570-
<string>ODMTools_v1.2.5</string>
570+
<string>ODMTools_v1.2.8</string>
571571
<key>IFPkgDescriptionVersion</key>
572-
<string>1.2.5 Beta</string>
572+
<string>1.2.8 Beta</string>
573573

574574
</dict>
575575
</dict>
@@ -586,7 +586,7 @@
586586
<key>CFBundleName</key>
587587
<string>ODMTools</string>
588588
<key>CFBundleShortVersionString</key>
589-
<string>1.2.5</string>
589+
<string>1.2.8</string>
590590
</dict>
591591
<key>Options</key>
592592
<dict>
@@ -621,7 +621,7 @@
621621
<key>IFPkgFlagPackageSelection</key>
622622
<integer>0</integer>
623623
<key>Name</key>
624-
<string>ODMTools_v1.2.5-beta_Mac_installer</string>
624+
<string>ODMTools_v1.2.8-beta_Mac_installer</string>
625625
<key>Status</key>
626626
<integer>1</integer>
627627
<key>Type</key>

setup/Windows/odmtools_console.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#define MyAppName "ODMTools"
55

6-
#define MyAppVersion "1.2.5_Beta"
7-
#define MyAppExeLongName "ODMTools_1.2.5_Beta_win32_x86_64_console.exe"
6+
#define MyAppVersion "1.2.8_Beta"
7+
#define MyAppExeLongName "ODMTools_1.2.8_Beta_win32_x86_64_console.exe"
88
#define MyAppPublisher "ODM2"
99
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"
1010
#define MyAppExeName "ODMTools.exe"

setup/Windows/odmtools_no_console.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#define MyAppName "ODMTools"
66

7-
#define MyAppExeLongName "ODMTools_1.2.5_Beta_win32_x86_64.exe"
8-
#define MyAppVersion "1.2.5_Beta"
7+
#define MyAppExeLongName "ODMTools_1.2.8_Beta_win32_x86_64.exe"
8+
#define MyAppVersion "1.2.8_Beta"
99

1010
#define MyAppPublisher "ODM2"
1111
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"

setup/Windows/odmtools_setup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "ODMTools"
5-
#define MyAppVersion "1.2.5_Beta"
5+
#define MyAppVersion "1.2.8_Beta"
66
#define MyAppPublisher "ODM2"
77
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"
88
#define MyAppExeName "ODMTools.exe"

setup/Windows/test.iss

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "ODMTools"
5-
#define MyAppVersion "1.2.0"
5+
#define MyAppVersion "1.2.8"
66
#define MyAppPublisher "My Company, Inc."
77
#define MyAppURL "http://www.example.com/"
88
#define MyAppExeName "ODMTools_console.exe"
@@ -33,8 +33,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
3333
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
3434

3535
[Files]
36-
Source: "C:\Users\jmeline_\Documents\GitHub\ODMToolsPython\setup\Dist\ODMTools_1.2.0_Beta_win32_x86_64_console\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
37-
Source: "C:\Users\jmeline_\Documents\GitHub\ODMToolsPython\setup\Dist\ODMTools_1.2.0_Beta_win32_x86_64_console\ODMTools_1.2.0_Beta_win32_x86_64_console.exe"; DestDir: "{app}"; Flags: ignoreversion
36+
Source: "D:\DEV\ODMToolsPython\setup\Dist\ODMTools_1.2.8_Beta_win32_x86_64_console\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
37+
Source: "D:\DEV\ODMToolsPython\setup\Dist\ODMTools_1.2.8_Beta_win32_x86_64_console\ODMTools_1.2.8_Beta_win32_x86_64_console.exe"; DestDir: "{app}"; Flags: ignoreversion
3838
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
3939

4040
[Icons]

setup/version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ VSVersionInfo(
3131
u'040904b0',
3232
[StringStruct(u'CompanyName', u'Utah Water Research Laboratory'),
3333
StringStruct(u'ProductName', u'ODMTools'),
34-
StringStruct(u'ProductVersion', u'1.2.5 beta'),
34+
StringStruct(u'ProductVersion', u'1.2.8 beta'),
3535
StringStruct(u'InternalName', u'ODMTools'),
3636
StringStruct(u'OriginalFilename', u'ODMTools.exe'),
37-
StringStruct(u'FileVersion', u'1.2.5 beta'),
37+
StringStruct(u'FileVersion', u'1.2.8 beta'),
3838
StringStruct(u'FileDescription', u'ODMTools is a python application for managing observational data using the Observations Data Model. ODMTools allows you to query, visualize, and edit data stored in an Observations Data Model (ODM) database.ODMTools was originally developed as part of the CUAHSI Hydrologic Information System.'),
3939
StringStruct(u'LegalCopyright', u'Copyright (c) 2013, Utah State University. All rights reserved.'),
4040
StringStruct(u'LegalTrademarks', u'N/A'),])

0 commit comments

Comments
 (0)