Skip to content

Commit

Permalink
version bump alpha-0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
per2jensen committed Aug 9, 2024
1 parent 232f988 commit 011ef93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2/dar_backup/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from dar_backup.util import list_backups
from dar_backup.util import setup_logging

VERSION = "aplha-0.5"
VERSION = "aplha-0.5.11"

logger = None

Expand Down
2 changes: 1 addition & 1 deletion v2/dar_backup/dar_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from dar_backup.util import RestoreError


VERSION = "alpha-0.5.10"
VERSION = "alpha-0.5.11"

logger = None

Expand Down
4 changes: 3 additions & 1 deletion v2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='dar-backup',
version='0.5.10',
version='0.5.11',
author='Per Jensen',
author_email='per2jensen@gmail.com',
description="""A script to do full, differential and incremental backups using `dar`. Some files are restored from the backups during verification, after which par2 redundancy files are created. The script also has a cleanup feature to remove old backups and par2 files.""",
Expand All @@ -20,7 +20,9 @@
license='General Public License version 3 or later',
classifiers= [
'Development Status :: 3 - Alpha',
'Operating System :: POSIX :: Linux',
'Intended Audience :: System Administrators',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 3.9',
'Topic :: System :: Archiving :: Backup',
Expand Down

0 comments on commit 011ef93

Please sign in to comment.