Skip to content

Commit

Permalink
Bump develop version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed May 7, 2023
1 parent bc3dea5 commit ace55db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 1.2.3
current_version = 2.0.0.b1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
serialize =
{major}.{minor}.{patch}.{release}{relver}
{major}.{minor}.{patch}
commit = True
Expand All @@ -12,7 +12,7 @@ message = Release {new_version}

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
a
b
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: "setup.cfg"
exclude: ".+cfg"
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
Expand Down
2 changes: 1 addition & 1 deletion djangocms_blog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "Iacopo Spalletti"
__email__ = "[email protected]"
__version__ = "1.2.3"
__version__ = "2.0.0.b1"

0 comments on commit ace55db

Please sign in to comment.