Skip to content

Commit

Permalink
Updated the program's version.
Browse files Browse the repository at this point in the history
  • Loading branch information
matvidal committed May 9, 2020
1 parent 0389a70 commit c8ae944
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pypredict.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=Pypredict
Version=3.2.1
Version=3.3.0
GenericName=Orbit propagator
Comment=Real-time satellite tracker and orbit propagator
Terminal=false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following are some of the key features of Pypredict:
* Displays the names, categories, position and orbital parameters in a table.
* [Day](https://visibleearth.nasa.gov/images/73751/july-blue-marble-next-generation-w-topography-and-bathymetry) and [night](https://visibleearth.nasa.gov/images/144898/earth-at-night-black-marble-2016-color-maps) background images from [NASA](https://www.nasa.gov/).

Current version: 3.2.1
Current version: 3.3.0

![](pypredict/img/Screenshot.png)

Expand Down
4 changes: 2 additions & 2 deletions pypredict/ui/about_dialog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'about_window.ui'
# Form implementation generated from reading ui file 'about_dialog.ui'
#
# Created by: PyQt5 UI code generator 5.14.2
#
Expand Down Expand Up @@ -42,7 +42,7 @@ def setupUi(self, About):
def retranslateUi(self, About):
_translate = QtCore.QCoreApplication.translate
About.setWindowTitle(_translate("About", "Dialog"))
self.version.setText(_translate("About", "Pypredict 2.2.0"))
self.version.setText(_translate("About", "Pypredict 3.3.0"))
self.textEdit.setHtml(_translate("About", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
Expand Down
2 changes: 1 addition & 1 deletion pypredict/ui/about_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</font>
</property>
<property name="text">
<string>Pypredict 2.2.0</string>
<string>Pypredict 3.3.0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def write_desktop_file():
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='3.2.1', # Required
version='3.3.0', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit c8ae944

Please sign in to comment.