Skip to content

Commit

Permalink
Version 2.3.2
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/persepolis
  • Loading branch information
alireza-amirsamimi committed Jan 16, 2017
1 parent 8c2c0f5 commit dc628d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Persepolis Download Manager
=============
+ version : 2.3.1
+ version : 2.3.2
+ Persepolis Download Manager is a GUI for aria2.
+ Persepolis written in PYQT5.

Expand Down
2 changes: 1 addition & 1 deletion files/Persepolis Download Manager
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ parser.add_argument('--name',action='store',nargs = 1 , help='The file name o
parser.add_argument('--default',action='store_true',help='restore default setting' )
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('--version', action='version', version='Persepolis Download Manager 2.3.1')
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.3.2')
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
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self,persepolis_setting):

self.setWindowTitle( "About Persepolis")
self.title_label.setText( "Persepolis Download Manager")
self.version_label.setText( "Version 2.3.1")
self.version_label.setText( "Version 2.3.2")
self.name_label.setText( "\nAliReza AmirSamimi\nMohammadreza Abdollahzadeh\nSadegh Alirezaie\nMostafa Asadi\nMohammadAmin Vahedinia\nJafar Akhondali")
self.site2_label.setText("<a href=https://persepolisdm.github.io>https://persepolisdm.github.io</a>" )
self.telegram_label.setText( "<a href=https://telegram.me/persepolisdm>https://telegram.me/persepolisdm</a>" )
Expand Down
2 changes: 1 addition & 1 deletion files/persepolis
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ parser.add_argument('--name',action='store',nargs = 1 , help='The file name o
parser.add_argument('--default',action='store_true',help='restore default setting' )
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('--version', action='version', version='Persepolis Download Manager 2.3.1')
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.3.2')
args = parser.parse_args()

#Mozilla firefox flashgot will send download information whith terminal arguments(link , referer , cookie , agent , headers , name )
Expand Down

0 comments on commit dc628d0

Please sign in to comment.