SEBA-379 fix linting errors

Change-Id: I5ed332f2ffa9ffcf3e7d60a0b4909a204bf49044
diff --git a/VERSION b/VERSION
index 65087b4..e25d8d9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.4
+1.1.5
diff --git a/docs/README.md b/docs/README.md
index c7272e7..d504fb4 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -12,12 +12,12 @@
 
 - `FabricCrossconnectService` global service-related parameters, such as the name of the service. There is currently no additional state here beyond the default `XOS` `Service` model.
 - `FabricCrossconnectServiceInstance` represents one half of a vlan crossconnect. Fields include the following:
-	- `s-tag` the vlan_id that will be connected
-	- `switch_datapath_id` switch id where the vlan crossconnect will be enacted
-	- `source_port` port number on the switch
+    - `s-tag` the vlan_id that will be connected
+    - `switch_datapath_id` switch id where the vlan crossconnect will be enacted
+    - `source_port` port number on the switch
 - `BNGPortMapping` represents the other half of a vlan crossconnect. Fields include the following:
-	- `s_tag` the vlan_id that will be connected. In addition to specifying a single vlan_id, the keyword `ANY` may be used, or a range (`123-456`) may be used.
-	- `switch_port` port number on the switch
+    - `s_tag` the vlan_id that will be connected. In addition to specifying a single vlan_id, the keyword `ANY` may be used, or a range (`123-456`) may be used.
+    - `switch_port` port number on the switch
 
 `FabricCrossconnectServiceInstance` and `BNGPortMapping` work together to create the vlan crossconnect tuple, linked by a common `s-tag`.