Skip to content
Snippets Groups Projects
Commit c07a0320 authored by David Hoese's avatar David Hoese
Browse files

Update version to 0.7.2

parent ee196c21
No related branches found
No related tags found
No related merge requests found
package:
name: cspov
version: "0.7.1"
version: "0.7.2"
source:
path: ../../py
......
......@@ -14,7 +14,7 @@
<bool>true</bool>
</property>
<property name="windowTitle">
<string>SIFT Beta 0.7.1</string>
<string>SIFT Beta 0.7.2</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
......
......@@ -2,7 +2,8 @@
# Form implementation generated from reading ui file 'pov_main.ui'
#
# Created by: PyQt4 UI code generator 4.11.4
# Created: Wed Dec 9 13:58:01 2015
# by: PyQt4 UI code generator 4.10.4
#
# WARNING! All changes made in this file will be lost!
......@@ -268,7 +269,7 @@ class Ui_MainWindow(object):
QtCore.QMetaObject.connectSlotsByName(MainWindow)
def retranslateUi(self, MainWindow):
MainWindow.setWindowTitle(_translate("MainWindow", "SIFT Beta 0.7.1", None))
MainWindow.setWindowTitle(_translate("MainWindow", "SIFT Beta 0.7.2", None))
self.panZoomToolButton.setToolTip(_translate("MainWindow", "Pan/Zoom Tool", None))
self.panZoomToolButton.setStatusTip(_translate("MainWindow", "Left mouse click and drag pans the scene", None))
self.panZoomToolButton.setText(_translate("MainWindow", "Pan/Zoom", None))
......
......@@ -20,7 +20,7 @@ from setuptools import setup, find_packages
setup(
name='cspov',
version='0.7.1',
version='0.7.2',
description="Satellite Information Familiarization Tool for mercator geotiff files",
author='Ray Garcia, SSEC',
author_email='ray.garcia@ssec.wisc.edu',
......
......@@ -5,7 +5,7 @@
[Setup]
AppName=SIFT
AppVersion=0.7.1
AppVersion=0.7.2
DefaultDirName={pf}\SIFT
DefaultGroupName=SIFT
Compression=lzma2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment