Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jul 4, 2018
1 parent 9e78343 commit a7ca271
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.2.0 (2018-07-04)
==================

Features
--------

- Prefer the ``/proc``-based approach on POSIX whenever it is likely to work.
`#5 <https://github.com/sarugaku/shellingham/issues/5>`_


1.1.0 (2018-06-19)
==================

Expand Down
1 change: 0 additions & 1 deletion news/5.feature

This file was deleted.

2 changes: 1 addition & 1 deletion src/shellingham/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os


__version__ = '1.1.0.dev0'
__version__ = '1.2.0'


class ShellDetectionFailure(EnvironmentError):
Expand Down

0 comments on commit a7ca271

Please sign in to comment.