Skip to content

Commit

Permalink
version bump; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Feb 26, 2024
1 parent 6c6a4ae commit 6d3d199
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ dcicwrangling
Change Log
------


3.0.2
=====

`PR:111 update setting for repliseq v16.1 <https://github.com/4dn-dcic/dcicwrangling/pull/111>_`

* bug fix in release notebook so user_content items are dealt with appropriately when changing status of sets to pre-release


3.0.1
=====

`PR:119 update setting for repliseq v16.1 <https://github.com/4dn-dcic/dcicwrangling/pull/110>_`
`PR:110 update setting for repliseq v16.1 <https://github.com/4dn-dcic/dcicwrangling/pull/110>_`

* updates to wfr_settings and cleanup utils to support updated v16.1 repliseq

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicwrangling"
version = "3.0.1"
version = "3.0.2"
description = "Scripts and Jupyter notebooks for 4DN wrangling"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ packages = [{ include="scripts", from="." }]

[tool.poetry.dependencies]
python = ">=3.8.0, <3.12"
dcicutils = "8.0.0"
dcicutils = "^8.0.0"
openpyxl = "^3.0.9"
Biopython = "^1.80"
GEOparse = "^2.0.1"
Expand Down

0 comments on commit 6d3d199

Please sign in to comment.