Skip to content

Commit

Permalink
Version bump: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Jun 13, 2017
1 parent 85cef02 commit 4f0b680
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ language: python

env:
global:
- NIX_BRANCH=master
- NIX_BRANCH=1.4

matrix:
include:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,9 +1,9 @@
.. image:: https://travis-ci.org/G-Node/nixpy.svg?branch=master
.. image:: https://travis-ci.org/G-Node/nixpy.svg?branch=v1.4
:target: https://travis-ci.org/G-Node/nixpy
.. image:: https://ci.appveyor.com/api/projects/status/q4rcgtw7rmn5lex9/branch/master?svg=true
:target: https://ci.appveyor.com/project/gicmo/nixpy/branch/master
.. image:: https://coveralls.io/repos/github/G-Node/nixpy/badge.svg?branch=master
:target: https://coveralls.io/github/G-Node/nixpy?branch=master
.. image:: https://coveralls.io/repos/github/G-Node/nixpy/badge.svg?branch=v1.4
:target: https://coveralls.io/github/G-Node/nixpy?branch=v1.4

----

Expand Down
2 changes: 1 addition & 1 deletion nixio/info.py
Expand Up @@ -6,7 +6,7 @@
# modification, are permitted under the terms of the BSD License. See
# LICENSE file in the root of the Project.

VERSION = '1.4.dev'
VERSION = '1.4.0'
STATUS = 'Release'
RELEASE = '%s %s' % (VERSION, STATUS)
AUTHOR = 'Christian Kellner, Adrian Stoewer, Andrey Sobolev, Jan Grewe,\
Expand Down

0 comments on commit 4f0b680

Please sign in to comment.