Skip to content

Commit

Permalink
bumped version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jan 12, 2018
1 parent 1642cc0 commit f11376b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ACTIVITIES = ['pytest', 'version_bump', 'changelog', 'tag', 'push_tag',
$CHANGELOG_FILENAME = 'CHANGELOG.rst'
$CHANGELOG_TEMPLATE = 'TEMPLATE.rst'

$DOCKER_CONDA_DEPS = ['python-json-logger', 'pprintpp', 'jinja2']
$DOCKER_CONDA_DEPS = ['python-json-logger', 'pprintpp', 'jinja2', 'pytest']
$DOCKER_INSTALL_COMMAND = 'git clean -fdx && ./setup.py install --user'

$VERSION_BUMP_PATTERNS = [
Expand Down
2 changes: 1 addition & 1 deletion rickshaw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
logger.addHandler(log_handler)
logger.addHandler(file_handler)

__version__ = "0.0.1"
__version__ = '1.5.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
HAVE_SETUPTOOLS = False


VERSION = "0.0.1"
VERSION = '1.5.3'

setup_kwargs = {
"version": VERSION,
Expand Down

0 comments on commit f11376b

Please sign in to comment.