We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00aaec2 commit 63ec866Copy full SHA for 63ec866
3 files changed
all/shellenv/__init__.py
@@ -20,8 +20,8 @@
20
from ._linux.getent import get_user_login_shell # noqa
21
22
23
-__version__ = '1.4.1'
24
-__version_info__ = (1, 4, 1)
+__version__ = '1.4.2'
+__version_info__ = (1, 4, 2)
25
26
27
_paths = {}
changelog.md
@@ -1,5 +1,10 @@
1
# changelog
2
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
8
## 1.4.1
9
10
- Improved handling of built in types names in TypeError exceptions on ST2
readme.md
@@ -12,7 +12,7 @@ never share's the user's shell environment.
12
13
## Version
14
15
-1.4.1 - [changelog](changelog.md)
+1.4.2 - [changelog](changelog.md)
16
17
## API
18
0 commit comments