Skip to content

Commit

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

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

## v3.1.0 (2021-10-07)
### Feature
* Allow included layouts to be shifted ([`2ad8b59`](https://github.com/kalekundert/wellmap/commit/2ad8b59bc6cae04b9a83645959bee30fdf668aa2))

### Documentation
* Fix typo ([`5139943`](https://github.com/kalekundert/wellmap/commit/51399430fd378d0863caeb9052fdc0b20f87f71b))

## v3.0.1 (2021-10-01)
### Fix
* Allow multiple patterns to define the same well ([`d0d852c`](https://github.com/kalekundert/wellmap/commit/d0d852c6fcffc47ec063ffaab163fe0dbcdff13b))
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.0.1'
__version__ = '3.1.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.0.1
Version: 3.1.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.0.1", pip = TRUE)
list(package = "wellmap", version = "3.1.0", pip = TRUE)
)
)
Roxygen: list(markdown = TRUE)
Expand Down

0 comments on commit d98d8b6

Please sign in to comment.