Unverified Commit 0924aea4 authored by Allison Suarez Miranda's avatar Allison Suarez Miranda Committed by GitHub

fix: got version in line with tag version (#880)

* added PR creation to release action
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* set new branch rather than master
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* changed cron to 12:15pm
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* chnaged release aciton branch and added manual run trigger
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* eventually I'll get this right...
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* another one
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* one more branch change
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* trying to get the branch there so it can be checked out
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* added pypy credentials
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* chaged to uses/with
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* bumped version on setup.py file
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>
parent 030458e5
......@@ -37,7 +37,7 @@ requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'r
with open(requirements_path) as requirements_file:
requirements = requirements_file.readlines()
__version__ = '3.1.0'
__version__ = '3.2.0'
setup(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment