Skip to content

Commit

Permalink
Bump version: 0.29.0 → 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morihladko committed Sep 25, 2023
1 parent 8da5f4e commit 1f3ac1e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.29.0
current_version = 0.30.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.11

RUN pip install zsl[cli,redis,alembic]==0.29.0
RUN pip install zsl[cli,redis,alembic]==0.30.0
4 changes: 2 additions & 2 deletions docker/Dockerfile.postgres
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM atteqcom/zsl:0.29.0
FROM atteqcom/zsl:0.30.0

RUN pip install zsl[celery]==0.29.0 py-postgresql
RUN pip install zsl[celery]==0.30.0 py-postgresql
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = "0.29.0"
version = "0.30.0"
# The full version, including alpha/beta/rc tags.
release = "0.29.0"
release = "0.30.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


setup(name='zsl',
version='0.29.0',
version='0.30.0',
description='zsl application framework for web based services',
long_description='Combines SQLAlchemy, flask swagger and others.',
long_description_content_type='text/x-rst',
Expand Down
2 changes: 1 addition & 1 deletion src/zsl/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.29.0'
__version__ = '0.30.0'
version = __version__

0 comments on commit 1f3ac1e

Please sign in to comment.