Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 9, 2021
1 parent f2cd116 commit 7bf93f2
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.2.0 (2021-11-09)
### Feature
* Pick colors based on well coordinates ([`90a25a1`](https://github.com/kalekundert/wellmap/commit/90a25a17455b2b53d973b7a3e867be9943b32bdd))

## v3.1.1 (2021-10-11)
### Fix
* Better error checking ([`eea82a3`](https://github.com/kalekundert/wellmap/commit/eea82a394ae20789731d0068ce096f7cfb6a483d))
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.1.1'
__version__ = '3.2.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.1.1
Version: 3.2.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.1.1", pip = TRUE)
list(package = "wellmap", version = "3.2.0", pip = TRUE)
)
)
Roxygen: list(markdown = TRUE)
Expand Down

0 comments on commit 7bf93f2

Please sign in to comment.