Skip to content

Commit 073eb97

Browse files
committed
Bump version
1 parent 4a3e117 commit 073eb97

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.5
4+
5+
### Fixes
6+
7+
* Catching more errors from bashlex failures
8+
9+
## 1.0.4
10+
11+
### Fixes
12+
13+
* Fixed bugs around unicode decode errors

src/swerex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.4"
1+
__version__ = "1.0.5"
22

33

44
REMOTE_EXECUTABLE_NAME = "swerex-remote"

0 commit comments

Comments
 (0)