Skip to content

Commit

Permalink
bump to v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed May 19, 2023
1 parent f032873 commit cf6880a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.8] - 2023-05-19

#### Fixed
- Added 'genotyping' alias to match phylo pipeline documentation (issue #48).
- Fixed options for BWA `aln` being applied to `samse` and `sampe` (issue #49).


## [1.3.7] - 2022-08-22

#### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = "1.3"
# The full version, including alpha/beta/rc tags
release = "1.3.6"
release = "1.3.8"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion paleomix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
# SOFTWARE.
#

__version_info__ = (1, 3, 7)
__version_info__ = (1, 3, 8)
__version__ = "%i.%i.%i" % __version_info__
2 changes: 1 addition & 1 deletion paleomix_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
- r-gam
- r-inline
- pip:
- paleomix==1.3.7
- paleomix==1.3.9

0 comments on commit cf6880a

Please sign in to comment.