Skip to content

Commit

Permalink
Merge pull request #38 from MikeDacre/v0.6.1-beta.5
Browse files Browse the repository at this point in the history
Increment version to v0.6.1-beta.5. API Break.
  • Loading branch information
MikeDacre authored Nov 1, 2016
2 parents d6dbd74 + 65bc3ff commit f161f11
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file modified Fyrd.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Submit jobs to compute clusters with slurm, torque, or simple multiprocessing.
+---------+----------------------------------------------------+
| License | MIT License, property of Stanford, use as you wish |
+---------+----------------------------------------------------+
| Version | 0.6.1-beta.4 |
| Version | 0.6.1-beta.5 |
+---------+----------------------------------------------------+

.. image:: https://readthedocs.org/projects/fyrd/badge/?version=latest
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
copyright = '2016, Michael Dacre <[email protected]>'
author = 'Michael Dacre <[email protected]>'
version = '0.6'
release = '0.6.1-beta.4'
release = '0.6.1-beta.5'
language = 'en'


Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Submit jobs to compute clusters with slurm, torque, or simple multiprocessing.
+---------+----------------------------------------------------+
| License | MIT License, property of Stanford, use as you wish |
+---------+----------------------------------------------------+
| Version | 0.6.1-beta.4 |
| Version | 0.6.1-beta.5 |
+---------+----------------------------------------------------+

.. image:: https://readthedocs.org/projects/fyrd/badge/?version=latest
Expand Down
6 changes: 3 additions & 3 deletions fyrd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
AUTHOR: Michael D Dacre, [email protected]
ORGANIZATION: Stanford University
LICENSE: MIT License, property of Stanford, use as you wish
VERSION: 0.6.1-beta.4
VERSION: 0.6.1-beta.5
CREATED: 2015-12-11 22:19
Last modified: 2016-11-01 00:43
Last modified: 2016-11-01 16:06
=============== ===================================================
Allows simple job submission with *dependency tracking and queue waiting* with
Expand Down Expand Up @@ -142,7 +142,7 @@
import atexit as _atexit

# Version Number
__version__ = '0.6.1-beta.4'
__version__ = '0.6.1-beta.5'

#################################################
# Currently configured job submission systems #
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run_tests(self):

setup(
name='fyrd',
version='0.6.1-beta.4',
version='0.6.1-beta.5',
description='Submit functions and shell scripts to torque, slurm, ' +
'or local machines',
long_description=long_description,
Expand Down

0 comments on commit f161f11

Please sign in to comment.