Skip to content

Commit 216467d

Browse files
author
Alexey Bogoslovskyi
committed
Added information to HISTORY
Changed version
1 parent 0b9f22c commit 216467d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
1.2.19 (2021-07-27)
6+
-------------------
7+
8+
* Fixed encoding issue
9+
510
1.2.18 (2021-04-14)
611
-------------------
712

shellfoundry/utilities/driver_generator.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,7 @@ def _generate_driver_data_model(
7171
token = client.token
7272
response = post(
7373
url,
74-
files={
75-
path.basename(shell_filename): open(
76-
package_full_path, "rb"
77-
)
78-
},
74+
files={path.basename(shell_filename): open(package_full_path, "rb")},
7975
headers={"Authorization": "Basic " + token},
8076
)
8177

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.18
1+
1.2.19

0 commit comments

Comments
 (0)