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

Expose the version number programatically. #176

Merged
merged 2 commits into from
Jun 26, 2019
Merged

Expose the version number programatically. #176

merged 2 commits into from
Jun 26, 2019

Commits on Jun 26, 2019

  1. Expose the version number programatically.

    This addresses the [feedback] I left Piper on the 1.0 release PR:
    i.e. the version info is now exposed programatically without duplicating it.
    
    [feedback]: ppb#23 (comment)
    nbraud committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a39f0ab View commit details
    Browse the repository at this point in the history
  2. setuptools: Update setup_requires

    In order for `version = attr: ppb_vector.__version__` to work, setuptools
    needs to be able to import `pbb_vector`, so its runtime dependencies are
    now setup-time dependencies too.
    nbraud committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3f67c14 View commit details
    Browse the repository at this point in the history