Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 31, 2022
1 parent 6e6dbc3 commit 9607bc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ code, while major version upgrades (e.g. 1.1 to 2.0) might.

<!--next-version-placeholder-->

## v3.3.0 (2022-01-31)
### Feature
* Allow `show(attrs=...)` to be a string ([`0572a61`](https://github.com/kalekundert/wellmap/commit/0572a610de3e1559e4029e0bb7c505e2a07d7ae9))

## v3.2.1 (2021-11-10)
### Fix
* Correct color concave well groups ([`04015bf`](https://github.com/kalekundert/wellmap/commit/04015bf5d76377ccb53eabd5f0a0393137f267de))
Expand Down
2 changes: 1 addition & 1 deletion wellmap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
File format for 96-well plate layouts.
"""

__version__ = '3.2.1'
__version__ = '3.3.0'

from .util import *
from .file import *
Expand Down
4 changes: 2 additions & 2 deletions wellmapr/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: wellmapr
Title: File format for 96-well plate layouts
Version: 3.2.1
Version: 3.3.0
Authors@R: as.person(c(
"Kale Kundert <[email protected]> [aut, cre]"
))
Expand All @@ -11,7 +11,7 @@ Depends:
Config/reticulate:
list(
packages = list(
list(package = "wellmap", version = "3.2.1", pip = TRUE)
list(package = "wellmap", version = "3.3.0", pip = TRUE)
)
)
Roxygen: list(markdown = TRUE)
Expand Down

0 comments on commit 9607bc5

Please sign in to comment.