Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68452f9

Browse files
committed
Bump version to 1.8.2
1 parent 870e86f commit 68452f9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

data/com.github.jeromerobert.pdfarranger.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ See file COPYING or go to <http://www.gnu.org/licenses/> for full license detail
6060
</screenshots>
6161
<update_contact>[email protected]</update_contact>
6262
<releases>
63+
<release date="2021-12-25" version="1.8.2"/>
6364
<release date="2021-12-10" version="1.8.1"/>
6465
<release date="2021-11-13" version="1.8.0"/>
6566
<release date="2021-03-13" version="1.7.1"/>

pdfarranger/pdfarranger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
del libintl
7171

7272
APPNAME = 'PDF Arranger'
73-
VERSION = '1.8.1'
73+
VERSION = '1.8.2'
7474
WEBSITE = 'https://github.com/pdfarranger/pdfarranger'
7575

7676
if os.name == 'nt':

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='pdfarranger',
36-
version='1.8.1',
36+
version='1.8.2',
3737
author='Jerome Robert',
3838
author_email='[email protected]',
3939
description='A simple application for PDF Merging, Rearranging, and Splitting',

setup_win32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION='1.8.1'
1+
VERSION='1.8.2'
22

33
from cx_Freeze import setup, Executable
44
import os

0 commit comments

Comments
 (0)