Skip to content

Commit

Permalink
Merge pull request #68 from fls-bioinformatics-core/version-1.9.0
Browse files Browse the repository at this point in the history
ngsarchiver version 1.9.0
  • Loading branch information
pjbriggs authored Jan 24, 2025
2 parents 20e7ade + 4861528 commit 2dbe8b3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Version History and Changes
===========================

---------------------------
Version 1.9.0 (2025-01-24)
---------------------------

* Bug fix for ``archive`` command when source directory
doesn't have read-write permission for "user", ensure
that resulting compressed archive directory does have
read-write permission (PR #65)
* Update ``archive`` command so that any unreadable
content in source directory is treated as an
unresolvable error (i.e. even when ``--force`` is also
specified), and no archive will be created (PR #67)

---------------------------
Version 1.8.3 (2025-01-07)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion ngsarchiver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current version of the library
__version__ = '1.8.3'
__version__ = '1.9.0'

def get_version():
"""
Expand Down
2 changes: 1 addition & 1 deletion ngsarchiver/archive.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# archive.py: archiving classes and functions
# Copyright (C) University of Manchester 2023-2024 Peter Briggs
# Copyright (C) University of Manchester 2023-2025 Peter Briggs
#

"""
Expand Down
2 changes: 1 addition & 1 deletion ngsarchiver/cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# cli.py: command line interface classes and functions
# Copyright (C) University of Manchester 2023-2024 Peter Briggs
# Copyright (C) University of Manchester 2023-2025 Peter Briggs
#

"""
Expand Down

0 comments on commit 2dbe8b3

Please sign in to comment.