Skip to content

Commit

Permalink
Bump date
Browse files Browse the repository at this point in the history
  • Loading branch information
javh committed Aug 29, 2023
1 parent 7b7786c commit a98d307
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/packages/airr-R/news.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

Version 1.5.0: August 28, 2023
Version 1.5.0: August 29, 2023
------------------------------

- Updated schema set and examples to v1.5.
Expand Down
2 changes: 1 addition & 1 deletion docs/standards/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Schema Release Notes
================================================================================

Version 1.5.0: August 31, 2023
Version 1.5.0: August 29, 2023
--------------------------------------------------------------------------------

**Version 1.5 schema release.**
Expand Down
2 changes: 1 addition & 1 deletion lang/R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: airr
Type: Package
Version: 1.5.0
Date: 2023-08-28
Date: 2023-08-29
Authors@R: c(person("Jason", "Vander Heiden", role=c("aut", "cre"),
email="[email protected]"),
person("Susanna", "Marquez", role=c("aut"),
Expand Down
2 changes: 1 addition & 1 deletion lang/R/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.5.0: August 28, 2023
Version 1.5.0: August 29, 2023
-------------------------------------------------------------------------------

+ Updated schema set and examples to v1.5.
Expand Down
2 changes: 0 additions & 2 deletions lang/R/tests/testthat/test-Interface.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ test_that("validate_airr with bad data returns an error", {

context("GermlineSet I/O - good data")

# TODO: Update good data so validation passes
test_that("read_airr loads a GermlineSet", {
rep_1 <- read_airr(good_germline_set_file, validate=T)
expect_true(is.list(rep_1))
Expand All @@ -237,7 +236,6 @@ test_that("validate_airr with bad data returns an error", {

context("GenotypeSet I/O - good data")

# TODO: Update good data so validation passes
test_that("read_airr loads a GenotypeSet", {
rep_1 <- read_airr(good_genotype_set_file, validate=T)
expect_true(is.list(rep_1))
Expand Down
2 changes: 1 addition & 1 deletion lang/python/NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.5.0: August 31, 2023
Version 1.5.0: August 29, 2023
--------------------------------------------------------------------------------

1. Updated schema set and examples to v1.5.
Expand Down

0 comments on commit a98d307

Please sign in to comment.