Skip to content

Commit

Permalink
Bump version: 2.3.1 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jul 12, 2021
1 parent 52c27a9 commit 785ba4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .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

2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.3.1
3.0.0
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down

0 comments on commit 785ba4f

Please sign in to comment.