From 39d0eb6297b58eda245008c2d07a46c979b57ac1 Mon Sep 17 00:00:00 2001 From: Ritesh Raj Sarraf Date: Thu, 11 Aug 2022 20:48:18 +0530 Subject: [PATCH] Bump apt-offline version to 1.8.5 --- apt-offline.8 | 2 +- apt-offline.html | 4 ++-- apt_offline_core/AptOfflineCoreLib.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apt-offline.8 b/apt-offline.8 index b795b81..f842fb4 100644 --- a/apt-offline.8 +++ b/apt-offline.8 @@ -1,4 +1,4 @@ -.TH apt-offline 8 "January 30, 2022" "version 1.8.3" "USER COMMANDS" +.TH apt-offline 8 "August 11, 2022" "version 1.8.5" "USER COMMANDS" .SH NAME apt-offline \- Offline APT Package manager .SH SYNOPSIS diff --git a/apt-offline.html b/apt-offline.html index ac2a765..ce8f688 100644 --- a/apt-offline.html +++ b/apt-offline.html @@ -4,7 +4,7 @@ Man page of apt-offline

apt-offline

-Section: USER COMMANDS (8)
Updated: January 30, 2022
Index +Section: USER COMMANDS (8)
Updated: August 11, 2022
Index Return to Main Contents
  @@ -419,6 +419,6 @@

DEDICATION

This document was created by man2html, using the manual pages.
-Time: 13:16:07 GMT, February 12, 2022 +Time: 15:17:48 GMT, August 11, 2022 diff --git a/apt_offline_core/AptOfflineCoreLib.py b/apt_offline_core/AptOfflineCoreLib.py index bdfdbd0..fb29da6 100644 --- a/apt_offline_core/AptOfflineCoreLib.py +++ b/apt_offline_core/AptOfflineCoreLib.py @@ -100,7 +100,7 @@ app_name = "apt-offline" -version = "1.8.4" +version = "1.8.5" myCopyright = "(C) 2005 - 2022 Ritesh Raj Sarraf" terminal_license = "This program comes with ABSOLUTELY NO WARRANTY.\n\ This is free software, and you are welcome to redistribute it under\n\ diff --git a/setup.py b/setup.py index 8baaf78..8f3b4c7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ distutils.core.setup( name='apt-offline', - version='1.8.4', + version='1.8.5', author='Ritesh Raj Sarraf', author_email='rrs@researchut.com', url='https://github.com/rickysarraf/apt-offline',