Metadata-Version: 2.1
Name: re-ver
Version: 0.5.1
Summary: Release Versions of Software
Home-page: https://github.com/scopatz/rever
Author: Anthony Scopatz
Author-email: scopatz@gmail.com
Maintainer: Anthony Scopatz
License: BSD
Platform: Cross Platform
Classifier: Programming Language :: Python :: 3
Requires-Python: >3.4
License-File: LICENSE
License-File: AUTHORS

rever
=====
Release Versions of Software

Quick Start
===========
To get started with rever, first put a ``rever.xsh`` file in the root directory of your
source repository,

.. code-block:: sh

    $ACTIVITIES = ['tag']
    $TAG_PUSH = False

Then, run rever from this directory to execute the release actions you specified.

.. code-block:: sh

    $ rever check
    $ rever 1.42
