Skip to content
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

Merged
merged 19 commits into from
Mar 18, 2014
Merged

Prepare for 0.2.1 release #56

merged 19 commits into from
Mar 18, 2014

Conversation

itziakos
Copy link
Member

This PR updates the changelog and readme with information on the upcoming 0.2.1 release

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling a7944af on prepare-for-0.2.1-release into 7dd4d84 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 02954d4 on prepare-for-0.2.1-release into 7dd4d84 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling ca40ee6 on prepare-for-0.2.1-release into 7dd4d84 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling bff8e95 on prepare-for-0.2.1-release into 7dd4d84 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling cea78d8 on prepare-for-0.2.1-release into 7dd4d84 on master.

- 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
Copy link

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.

Copy link
Member Author

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.

@pberkes
Copy link

pberkes commented Feb 26, 2014

👍

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 8d00c50 on prepare-for-0.2.1-release into 7dd4d84 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 8d00c50 on prepare-for-0.2.1-release into 7dd4d84 on master.

@jwiggins
Copy link
Member

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.

@jwiggins
Copy link
Member

Ok. So the problem can be worked around in application code, but the TraitsTracer shouldn't raise an exception under that particular circumstance (a Property trait with no other type information).

@itziakos
Copy link
Member Author

Thanks @jwiggins, I will delay cutting version 0.2.1 until #57 is fixed.

@itziakos
Copy link
Member Author

One more thing @jwiggins, are you already working out of traits-enaml master? Do you need to revert the changes in #55 until #57 is fixed?

@jwiggins
Copy link
Member

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.

@itziakos itziakos added this to the 0.2.1 milestone Feb 27, 2014
@itziakos
Copy link
Member Author

It is ok to cut the new release?

@jwiggins
Copy link
Member

Go for it!

itziakos added a commit that referenced this pull request Mar 18, 2014
@itziakos itziakos merged commit 04c1408 into master Mar 18, 2014
@itziakos itziakos deleted the prepare-for-0.2.1-release branch March 18, 2014 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants