Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Oct 27, 2016
1 parent f353084 commit 6f5c90d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ eggs
# specific
salem/tests/tmp_*
*.html
build/
docs/*-gen.rst
docs/_build
docs/_build_html
docs/generated
docs/_sources
docs/_images
docs/.doctrees
docs/auto_examples
docs/modules
salem/version.py
6 changes: 3 additions & 3 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ What's New
==========


v0.1.1 (Unreleased)
-------------------
v0.1.1 (27 October 2016)
------------------------

Enhancements
~~~~~~~~~~~~

- General doc improvements
- Some doc improvements
- New ``ds`` keyword to the accessors ``subset()`` and ``roi()`` methods

Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

MAJOR = 0
MINOR = 1
MICRO = 0
ISRELEASED = False
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit 6f5c90d

Please sign in to comment.