Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jan 27, 2015
1 parent c815eac commit 8d2e1bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sphinx_rtd_theme
from sphinx_settings import Settings
project = 'run' # REPLACE: project = '{{ name }}'
version = '0.46.1' # REPLACE: version = '{{ version }}'
version = '0.46.2' # REPLACE: version = '{{ version }}'


class Settings(Settings):
Expand Down
2 changes: 1 addition & 1 deletion run/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
task, depend, require, trigger, hide, skip)
from .utils import stylize
from .var import Var, var
version = '0.46.1' # REPLACE: version = '{{ version }}'
version = '0.46.2' # REPLACE: version = '{{ version }}'
2 changes: 1 addition & 1 deletion run/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .helpers import cachedproperty, load, parse
from .module import Module
from .settings import settings
version = '0.46.1' # REPLACE: version = '{{ version }}'
version = '0.46.2' # REPLACE: version = '{{ version }}'


class Program(Command):
Expand Down
2 changes: 1 addition & 1 deletion runfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ class ProjectModule(ProjectModule):
pypi_password_secure = 'UTAKiB5msNGZpd9PAqU0JjOvNsv+RUKrZ9UmUOGHin5flYBDnLHvW6cYDr1mQC4zKh3bJ2pqyGEvM1KtlX+IkhSnHn7sZM3npgoOGKcRpf+Vlz7b+ClK6AqtFH6bZPBnbw6HsAm8NWjt8N5GwQaqdSLJxxcpsnBBatOEzkuzggw='
tests_require = ['nose', 'coverage']
test_suite = 'nose.collector'
version = '0.46.1'
version = '0.46.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
classifiers=[],
description='Run is a program to run tasks from files.',
data_files=data_files,
download_url='https://github.com/run-hub/run/tarball/0.46.1',
download_url='https://github.com/run-hub/run/tarball/0.46.2',
entry_points={'console_scripts': ['run = run:program']},
license='MIT License',
long_description=long_description,
Expand All @@ -45,4 +45,4 @@
url='https://github.com/run-hub/run',
tests_require=['nose', 'coverage'],
test_suite='nose.collector',
version='0.46.1')
version='0.46.2')

0 comments on commit 8d2e1bb

Please sign in to comment.