[V3] Beta 12 release (#1525)

* [V3] update translations from Crowdin

* [V3] bump version to 3.0.0b12
This commit is contained in:
palmtree5
2018-04-16 19:05:21 -08:00
committed by GitHub
parent 38531bf95c
commit efdf69552f
415 changed files with 9878 additions and 5663 deletions

View File

@@ -33,5 +33,5 @@ class VersionInfo:
def to_json(self):
return [self.major, self.minor, self.micro, self.releaselevel, self.serial]
__version__ = "3.0.0b11"
version_info = VersionInfo(3, 0, 0, 'beta', 11)
__version__ = "3.0.0b12"
version_info = VersionInfo(3, 0, 0, 'beta', 12)