Skip to content

0.2.4

Compare
Choose a tag to compare
@scopatz scopatz released this 20 Nov 01:41
· 450 commits to master since this release

Added:

  • Use Rever's own whitespace parsing in Rever's rever.xsh file
  • New activity for running nosetests inside of a docker container.
  • Setup framework that allows activities to initialize themseleves in
    a project has been added.
  • Chacgelog setup functionality added.
  • rever setup will now perform some project level setup,
    specifically adding the $REVER_DIR to the gitignore file,
    if applicable.

Changed:

  • Updated and improved documentation.
  • Patterning matching (as in version-bump) will now automatically capture
    and replace leading whitespace. Patterns and replacement strings may start
    at the first non-whitespace character.
  • Addressed annoyance where sphinx documentation files were created
    with root ownership. The user and group of sphinx files will now
    match the user oand group of the $SPHINX_HOST_DIR on the host.