Skip to content

Commit 4889960

Browse files
committed
Bump version and update release notes
1 parent a7bf7c3 commit 4889960

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/release-history.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Release History
33
===============
44

5+
v0.6.0 (2021-06-25)
6+
-------------------
7+
8+
Enhancements
9+
^^^^^^^^^^^^
10+
11+
* The *genomics* DataFrame Accessor no longer requires that all columns in the DataFrame are backed by a GenotypeArray
12+
13+
v0.5.2 (2021-06-24)
14+
-------------------
15+
16+
* Update numpy version requirement
17+
518
v0.5.1 (2021-06-23)
619
-------------------
720

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-genomics"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
description = "Pandas ExtensionDtypes and ExtensionArray for working with genomics data"
55
license = "BSD-3-Clause"
66
authors = ["John McGuigan <[email protected]>"]

0 commit comments

Comments
 (0)