Skip to content

Commit 63ec866

Browse files
committed
Version 1.4.2
1 parent 00aaec2 commit 63ec866

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

all/shellenv/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from ._linux.getent import get_user_login_shell # noqa
2121

2222

23-
__version__ = '1.4.1'
24-
__version_info__ = (1, 4, 1)
23+
__version__ = '1.4.2'
24+
__version_info__ = (1, 4, 2)
2525

2626

2727
_paths = {}

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# changelog
22

3+
## 1.4.2
4+
5+
- Launch bash in interactive mode so that `~/.bashrc` is parsed
6+
- Improved tests to ignore `screen` in addition to `rbash`
7+
38
## 1.4.1
49

510
- Improved handling of built in types names in TypeError exceptions on ST2

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ never share's the user's shell environment.
1212

1313
## Version
1414

15-
1.4.1 - [changelog](changelog.md)
15+
1.4.2 - [changelog](changelog.md)
1616

1717
## API
1818

0 commit comments

Comments
 (0)