canonicalwebteam.store-api 4.8.0__tar.gz → 4.9.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: canonicalwebteam.store-api
3
- Version: 4.8.0
3
+ Version: 4.9.0
4
4
  Summary:
5
5
  License: LGPL-3.0
6
6
  Author: Canonical Web Team
@@ -339,7 +339,7 @@ class CharmPublisher(Publisher):
339
339
  headers=self._get_authorization_header(publisher_auth),
340
340
  json=payload,
341
341
  )
342
- return self.process_response(response)
342
+ return response
343
343
 
344
344
  def accept_invite(self, publisher_auth, name, token):
345
345
  """
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = 'canonicalwebteam.store-api'
3
- version = '4.8.0'
3
+ version = '4.9.0'
4
4
  description = ''
5
5
  authors = ['Canonical Web Team <webteam@canonical.com>']
6
6
  license = 'LGPL-3.0'