Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakhinvadim committed Feb 3, 2020
1 parent 05c4855 commit a2010e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elastic_workplace_search/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'elastic_workplace_search'
__description__ = 'An API client for Elastic Workplace Search'
__url__ = 'https://github.com/elastic/workplace-search-python'
__version__ = '0.2.0'
__version__ = '0.3.0'
__author__ = 'Elastic'
__author_email__ = 'support@elastic.co'
2 changes: 1 addition & 1 deletion tests/test_request_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_headers_initialization(self):
{
'Authorization': 'Bearer {}'.format(self.dummy_authorization_token),
'X-Swiftype-Client': 'elastic-workplace-search-python',
'X-Swiftype-Client-Version': '0.2.0',
'X-Swiftype-Client-Version': '0.3.0',
}
)

Expand Down

0 comments on commit a2010e8

Please sign in to comment.