Skip to content

Commit

Permalink
Bump version to 0.6.3 and update the change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Oct 25, 2021
1 parent 3de297e commit 4788525
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Version History and Changes
===========================

--------------------------
Version 0.6.3 (2021-10-25)
--------------------------

* Patches to improve handling of input files: fix
problems with sorting filenames, and perform explicit
checks on peaks and cluster files to ensure that they
exist and are not actually directories.
* Update the Conda installation instructions in the
``README`` and documentation.

--------------------------
Version 0.6.2 (2021-09-28)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion pegs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current version of the package
__version__ = '0.6.2'
__version__ = '0.6.3'

def get_version():
"""Returns a string with the current version of the package (e.g., "0.2.0")
Expand Down

0 comments on commit 4788525

Please sign in to comment.