Skip to content

Commit

Permalink
Bump version: 0.2.2.dev1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chiruzzimarco committed May 25, 2021
1 parent 4475fd3 commit 4bfd178
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.2.dev1
current_version = 0.3.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion derex/runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Silvio Tomatis"""
__email__ = "[email protected]"
__version__ = "0.2.2.dev1"
__version__ = "0.3.0"


import pluggy
Expand Down
2 changes: 1 addition & 1 deletion docker-definition/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ RUN --mount=type=tmpfs,target=/mysql/var/lib/mysql \

ENV DJANGO_SETTINGS_MODULE=derex_django.settings.default
ENV SERVICE_VARIANT=lms
ENV DEREX_VERSION=0.2.2.dev1
ENV DEREX_VERSION=0.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
tests_require=test_requirements,
extras_require=extras_requirements,
url="https://github.com/Abstract-Tech/derex.runner",
version="0.2.2.dev1",
version="0.3.0",
zip_safe=False,
)

0 comments on commit 4bfd178

Please sign in to comment.