Skip to content

Commit 6078fd3

Browse files
Bump 2.1.2 (#2057)
1 parent 2b8a173 commit 6078fd3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## [Unreleased]
66

7+
## [2.1.2](https://github.com/OpenNMT/OpenNMT-py/tree/2.1.2) (2021-04-30)
8+
9+
### Fixes and improvements
10+
* Fix update_vocab for LM (#2056)
11+
712
## [2.1.1](https://github.com/OpenNMT/OpenNMT-py/tree/2.1.1) (2021-04-30)
813

914
### Fixes and improvements

onmt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
__all__ = [onmt.inputters, onmt.encoders, onmt.decoders, onmt.models,
1616
onmt.utils, onmt.modules, "Trainer"]
1717

18-
__version__ = "2.1.1"
18+
__version__ = "2.1.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description='A python implementation of OpenNMT',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
14-
version='2.1.1',
14+
version='2.1.2',
1515
packages=find_packages(),
1616
project_urls={
1717
"Documentation": "http://opennmt.net/OpenNMT-py/",

0 commit comments

Comments
 (0)