Skip to content

Commit

Permalink
chore: bump release versions for search and frontend (#1862)
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez authored May 16, 2022
1 parent 853dbe1 commit e13ae29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def build_js() -> None:
with open(requirements_path) as requirements_file:
requirements_dev = requirements_file.readlines()

__version__ = '4.1.0'
__version__ = '4.1.2'

jira = ['jira==3.0.1']
asana = ['asana==0.10.3']
Expand Down
2 changes: 1 addition & 1 deletion search/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = '4.0.0'
__version__ = '4.0.2'

oidc = ['flaskoidc>=1.0.0']

Expand Down

0 comments on commit e13ae29

Please sign in to comment.