Skip to content

Commit

Permalink
Merge branch 'fix-pack' of https://github.com/TomNong/texar into fix-…
Browse files Browse the repository at this point in the history
…pack
  • Loading branch information
Shibiao Nong committed Aug 5, 2019
2 parents d93ec2a + 64da4aa commit 26c119f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@

### Feature improvements

### Fixes

## [v0.2.2](https://github.com/asyml/texar/releases/tag/v0.2.2) (2019-08-05)

### New features

* Enable installation from [Pypi](https://pypi.org/project/texar/). ([#186](https://github.com/asyml/texar/pull/186))

### Feature improvements

* Use lazy import to be compatible with [texar-pytorch](https://github.com/asyml/texar-pytorch). ([#183](https://github.com/asyml/texar/pull/183))

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion texar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

_MAJOR = "0"
_MINOR = "2"
_REVISION = "2-unreleased"
_REVISION = "2"

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _REVISION)

0 comments on commit 26c119f

Please sign in to comment.