-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for 0.2.1 release #56
Conversation
- if [[ $BUILD_TYPE == 'dev' ]]; then pip install -r dev_requirements.txt; fi | ||
- if [[ $BUILD_TYPE == 'released' ]]; then pip install -r release_requirements.txt; fi | ||
- if [[ $BUILD_TYPE == '0.8.9' ]]; then pip install -r enaml_0_8_9_requirements.txt; fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! This reduces the risk of being burned by enaml changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, now we run on latest masters, released versions in pypi and old releases.
👍 |
We might have found a bug introduced by #55 in a client project. I'm looking into it now and will add details when I know more. |
Ok. So the problem can be worked around in application code, but the |
We are working out of master because we need the fixes provided by #55. Fortunately, we can work around the problem by declaring our property traits correctly. |
It is ok to cut the new release? |
Go for it! |
This PR updates the changelog and readme with information on the upcoming 0.2.1 release