File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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 = {}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments