diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8819463..4b96b9d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,5 @@ [bumpversion] -current_version = 2.3.1 +current_version = 3.0.0 files = VERSION django_fakery/__init__.py docs/conf.py commit = True tag = True - diff --git a/VERSION b/VERSION index 2bf1c1c..4a36342 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.1 +3.0.0 diff --git a/django_fakery/__init__.py b/django_fakery/__init__.py index 7c18c22..5bfbe49 100644 --- a/django_fakery/__init__.py +++ b/django_fakery/__init__.py @@ -1,4 +1,4 @@ -VERSION = "2.3.1" +VERSION = "3.0.0" from django.utils.functional import SimpleLazyObject from django.utils.module_loading import import_string diff --git a/docs/conf.py b/docs/conf.py index 8409572..30bb776 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "2.3.1" +version = "3.0.0" # The full version, including alpha/beta/rc tags. -release = "2.3.1" +release = "3.0.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.