Skip to content

Commit

Permalink
v3.1.1 (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Mar 30, 2023
1 parent 04c622a commit e7ce9c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@


## [Unreleased]
## [3.1.1](https://github.com/OpenNMT/OpenNMT-py/tree/3.1.1) (2023-03-30)
* fix major bug in 3.1.0 introduced with LoRa (3.1.0 not available)

## [3.1.0](https://github.com/OpenNMT/OpenNMT-py/tree/3.1.0) (2023-03-27)
* updated docs with Sphinx 6.4
Expand Down
2 changes: 1 addition & 1 deletion onmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
__all__ = [onmt.inputters, onmt.encoders, onmt.decoders, onmt.models,
onmt.utils, onmt.modules, "Trainer"]

__version__ = "3.1.0"
__version__ = "3.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description='A python implementation of OpenNMT',
long_description=long_description,
long_description_content_type='text/markdown',
version='3.1.0',
version='3.1.1',
packages=find_packages(),
project_urls={
"Documentation": "http://opennmt.net/OpenNMT-py/",
Expand Down

0 comments on commit e7ce9c9

Please sign in to comment.