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 Aug 27, 2022
1 parent 766dc6e commit 6c7d744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djangocms_page_sitemap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.1.0"
__version__ = "1.1.1.dev0"
__author__ = "Iacopo Spalletti <i.spalletti@nephila.digital>"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1.dev0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
{major}.{minor}.{patch}.{release}{relver}
Expand Down

0 comments on commit 6c7d744

Please sign in to comment.