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

🐛 Fix missing tuple() conversion #317

Merged
merged 4 commits into from
Jul 13, 2020

Commits on Jul 11, 2020

  1. 🐛 Add missing tuple() conversion

    That raised a `TypeError` when using `scan --update`
    
    Also correct mentions of v0.13.2, which was the wrongly anticipated version, to v0.14.0
    Fixes issue Yelp#316
    KevinHock committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    cf0bfeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede144e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. 🎓 Mention latest version in README

    We forgot to run `scripts/bumpity.py`
    
    I realized bumpity is unfortunately brittle. It looks for the current version in the README and replaces it. So if we make this mistake once, bumpity doesn't find the `rev:` line.
    KevinHock authored Jul 12, 2020
    Configuration menu
    Copy the full SHA
    c44bd5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c80b79 View commit details
    Browse the repository at this point in the history