Skip to content

Commit

Permalink
Bump to 1.5.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquepablo committed Sep 12, 2024
1 parent 3bc0cc1 commit 6078ca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# * create git tag and push
# * reference new tag in docker-edusign-app/backend/Dockerfile
# * reference new tag in docker-edusign-app/nginx/Dockerfile
version = '1.5.0b5'
version = '1.5.0b6'

requires = [x for x in open(os.path.join(here, 'requirements.txt')).read().split('\n') if len(x) > 0]
test_requires = [x for x in open(os.path.join(here, 'test_requirements.txt')).read().split('\n')
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edusign-front",
"version": "1.5.0b5",
"version": "1.5.0b6",
"description": "",
"browser": "src/entry-points/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "1.5.0b5"
current = "1.5.0b6"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 6078ca3

Please sign in to comment.