Skip to content

Commit a47e2db

Browse files
committed
Bump version to 1.4.0 and update changelog
1 parent 8de3f9a commit a47e2db

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
## Changelog
33

4+
### 1.4.0
5+
6+
#### Added
7+
8+
* The `taxon_id` argument to `IdMapper.submit` [[#36]](https://github.com/multimeric/Unipressed/pull/36)
9+
* Detailed type annotations for `IdMapper.submit`, that enforce only certain pairs of `source`/`dest` databases
10+
411
### 1.3.0
512

613
#### Changed

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 = "unipressed"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Comprehensive Python client for the Uniprot REST API"
55
authors = ["Michael Milton <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)