Skip to content

Commit 448899d

Browse files
committed
Version bump
1 parent 1606de7 commit 448899d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# CHANGELOG
2+
v1.3.5 (March 2020)
3+
- Bugfix for covariates samples mismatching for LMM
4+
- Bugfix for numeric sample names
5+
- Bugfix for crashes happening during enet variants filtering
6+
- Fix pip and setup.py installs (glmnet_py)
7+
- Remove deprecation warnings for fastlmm
8+
29
v1.3.4 (December 2019)
310
- Update installation from pip and setup.py
411
- Allow multiple intervals for a single burden tests

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = '1.3.4'
76+
version = '1.3.5'
7777
# The full version, including alpha/beta/rc tags.
78-
release = '1.3.4'
78+
release = '1.3.5'
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

0 commit comments

Comments
 (0)