diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e36b5a73dc..9d2714eb67 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 19.6.2 +current_version = 19.7.0 files = VERSION faker/__init__.py docs/conf.py commit = True tag = True diff --git a/VERSION b/VERSION index d518155bed..e669eb0b29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.6.2 +19.7.0 diff --git a/docs/conf.py b/docs/conf.py index 1643558b41..dbd6ad4df1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = "19.6.2" +version = "19.7.0" # The full version, including alpha/beta/rc tags. -release = "19.6.2" +release = "19.7.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/faker/__init__.py b/faker/__init__.py index 33ce6599b3..70f156120a 100644 --- a/faker/__init__.py +++ b/faker/__init__.py @@ -2,6 +2,6 @@ from faker.generator import Generator from faker.proxy import Faker -VERSION = "19.6.2" +VERSION = "19.7.0" __all__ = ("Factory", "Generator", "Faker")