diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 933d5ae..71050c8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.0 +current_version = 4.1.1 files = VERSION django_fakery/__init__.py docs/conf.py commit = True tag = True diff --git a/VERSION b/VERSION index ee74734..627a3f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0 +4.1.1 diff --git a/django_fakery/__init__.py b/django_fakery/__init__.py index 04f7909..e3ca625 100644 --- a/django_fakery/__init__.py +++ b/django_fakery/__init__.py @@ -1,4 +1,4 @@ -VERSION = "4.1.0" +VERSION = "4.1.1" 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 cdcc11b..75e5f6b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "4.1.0" +version = "4.1.1" # The full version, including alpha/beta/rc tags. -release = "4.1.0" +release = "4.1.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.