Skip to content

Commit

Permalink
bumps version to 0.20.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Apr 24, 2024
1 parent 4c96718 commit ec9caba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '0.20'
# The full version, including alpha/beta/rc tags.
release = '0.20.2'
release = '0.20.3-dev'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion saas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
PEP 386-compliant version number for the saas django app.
"""

__version__ = '0.20.2'
__version__ = '0.20.3-dev'

0 comments on commit ec9caba

Please sign in to comment.