Skip to content

Commit

Permalink
Merge branch 'a227201023869555_pure_requests'
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Dec 8, 2016
2 parents dabc1fd + b1a46af commit fef56da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openprocurement/contracting/api/databridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def clients_initialize(self):
if self.config_get('public_tenders_api_server'):
if self.api_server == self.contracting_api_server and self.api_version == self.contracting_api_version:
self.contracting_client_ro = ContractingClient(
self.config_get('api_token'),
'',
host_url=self.ro_api_server, api_version=self.api_version
)
self.tenders_sync_client = TendersClientSync('',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '2.3.14'
version = '2.3.15'

requires = [
'setuptools',
Expand Down

0 comments on commit fef56da

Please sign in to comment.