From 5e3d33582b475b1c3b5b595bb7caebffd4de041a Mon Sep 17 00:00:00 2001 From: Flavio Curella Date: Mon, 6 Mar 2023 12:01:53 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.0=20=E2=86=92=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- django_fakery/__init__.py | 2 +- docs/conf.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 705b3a5..933d5ae 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0 +current_version = 4.1.0 files = VERSION django_fakery/__init__.py docs/conf.py commit = True tag = True diff --git a/VERSION b/VERSION index fcdb2e1..ee74734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 +4.1.0 diff --git a/django_fakery/__init__.py b/django_fakery/__init__.py index fcdc927..04f7909 100644 --- a/django_fakery/__init__.py +++ b/django_fakery/__init__.py @@ -1,4 +1,4 @@ -VERSION = "4.0.0" +VERSION = "4.1.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 fdde23a..cdcc11b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "4.0.0" +version = "4.1.0" # The full version, including alpha/beta/rc tags. -release = "4.0.0" +release = "4.1.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.