Skip to content

Commit

Permalink
Version 2.4.1
Browse files Browse the repository at this point in the history
	modified:   README.md
	modified:   files/Persepolis Download Manager
	modified:   files/about.py
	modified:   files/initialization.py
	modified:   man/persepolis.1
  • Loading branch information
alireza-amirsamimi committed Apr 15, 2017
1 parent ae220d1 commit 2f9aa57
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

Persepolis Download Manager is a GUI for aria2.

+ Version : 2.4
+ Version : 2.4.1
+ Written in PYQT5.
+ For GNU/Linux and FreeBSD and PCBSD and Mac and Windows.

Expand Down
2 changes: 1 addition & 1 deletion files/Persepolis Download Manager
Expand Up @@ -168,7 +168,7 @@ parser.add_argument('--default',action='store_true',help='restore default settin
parser.add_argument('--clear',action='store_true',help='Clear download list and user setting!' )
parser.add_argument('--tray',action='store_true',help="Persepolis is starting in tray icon. It's useful when you want to put persepolis in system's startup." )
parser.add_argument('--parent-window',action='store',nargs = 1 , help='this switch is used for chrome native messaging in Windows' )
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.4')
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.4.1')
args = parser.parse_args()

#Mozilla firefox flashgot will send download information whith terminal arguments(link , referer , cookie , agent , headers , name )
Expand Down
2 changes: 1 addition & 1 deletion files/about.py
Expand Up @@ -128,7 +128,7 @@ def __init__(self,persepolis_setting):

self.setWindowTitle("About Persepolis")
self.title_label.setText("Persepolis Download Manager")
self.version_label.setText("Version 2.4")
self.version_label.setText("Version 2.4.1")
self.name_label.setText(
"\nAliReza AmirSamimi\nMohammadreza Abdollahzadeh\nSadegh Alirezaie\nMostafa Asadi\nMohammadAmin Vahedinia\nJafar Akhondali")
self.site2_label.setText(
Expand Down
4 changes: 2 additions & 2 deletions files/initialization.py
Expand Up @@ -197,12 +197,12 @@
str(home_address), ".config/persepolis_download_manager")
shutil.copytree(old_config_folder, config_folder)
osCommands.removeDir(old_config_folder)
persepolis_setting.setValue('version/version', 2.4)
persepolis_setting.setValue('version/version', 2.41)
persepolis_setting.sync()
except Exception as e:
print(e)
logger.logObj.error("Failed to load configuration!", exc_info=True)
else:

persepolis_setting.setValue('version/version', 2.4)
persepolis_setting.setValue('version/version', 2.41)
persepolis_setting.sync()
2 changes: 1 addition & 1 deletion man/persepolis.1
@@ -1,4 +1,4 @@
.TH "Persepolis" "1" "April 14, 2017" "2.4" "persepolis"
.TH "Persepolis" "1" "April 15, 2017" "2.4.1" "persepolis"
.SH NAME
persepolis \- Persepolis Download Manager
.
Expand Down

0 comments on commit 2f9aa57

Please sign in to comment.