Skip to content

Commit b002d00

Browse files
Myle Ottfacebook-github-bot
authored andcommitted
v0.7.1 -> v0.7.2 (#891)
Summary: No major API changes since the last release. Cutting a new release since we'll be merging significant (possibly breaking) changes to logging, data loading and the masked LM implementation soon. Pull Request resolved: #891 Differential Revision: D16377132 Pulled By: myleott fbshipit-source-id: f1cb88e671ccd510e53334d0f449fe18585268c7
1 parent 1f5b414 commit b002d00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.7.1'
63+
version = '0.7.2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.7.1'
65+
release = '0.7.2'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

fairseq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# can be found in the PATENTS file in the same directory.
77

88
__all__ = ['pdb']
9-
__version__ = '0.7.1'
9+
__version__ = '0.7.2'
1010

1111
import fairseq.criterions
1212
import fairseq.models

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='fairseq',
35-
version='0.7.1',
35+
version='0.7.2',
3636
description='Facebook AI Research Sequence-to-Sequence Toolkit',
3737
url='https://github.com/pytorch/fairseq',
3838
classifiers=[

0 commit comments

Comments
 (0)