Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obcanzdavu committed May 22, 2024
1 parent 16f56e2 commit 6ae30b8
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 = 1.1.0
current_version = 1.3.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]==1.1.0
RUN pip install zsl[cli,redis,alembic]==1.3.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:1.1.0
FROM atteqcom/zsl:1.3.0

RUN pip install zsl[celery]==1.1.0 py-postgresql
RUN pip install zsl[celery]==1.3.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 = "1.1.0"
version = "1.3.0"
# The full version, including alpha/beta/rc tags.
release = "1.1.0"
release = "1.3.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 @@ -15,7 +15,7 @@
long_description = fh.read()

setup(name='zsl',
version='1.1.0',
version='1.3.0',
description='zsl application framework for web based services',
long_description=long_description,
long_description_content_type='text/markdown',
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__ = '1.1.0'
__version__ = '1.3.0'
version = __version__

0 comments on commit 6ae30b8

Please sign in to comment.