snapctl 0.41.0__tar.gz → 0.41.1__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.

Potentially problematic release.


This version of snapctl might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snapctl
3
- Version: 0.41.0
3
+ Version: 0.41.1
4
4
  Summary: Snapser CLI Tool
5
5
  Author: Ajinkya Apte
6
6
  Author-email: aj@snapser.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "snapctl"
3
- version = "0.41.0"
3
+ version = "0.41.1"
4
4
  description = "Snapser CLI Tool"
5
5
  authors = ["Ajinkya Apte <aj@snapser.com>"]
6
6
  readme = "README.md"
@@ -676,8 +676,8 @@ class ByoSnap:
676
676
  )
677
677
  else:
678
678
  info(
679
- f'No swagger.json found at {
680
- base_dir}. Skipping swagger.json upload'
679
+ 'No swagger.json found at' +
680
+ f'{base_dir}. Skipping swagger.json upload'
681
681
  )
682
682
 
683
683
  # Upload README.md
@@ -705,8 +705,8 @@ class ByoSnap:
705
705
  )
706
706
  else:
707
707
  info(
708
- f'No README.md found at {
709
- base_dir}. Skipping README.md upload'
708
+ 'No README.md found at ' +
709
+ f'{base_dir}. Skipping README.md upload'
710
710
  )
711
711
 
712
712
  # Upload any snapser-tool-*.json files
@@ -2,7 +2,7 @@
2
2
  Constants used by snapctl
3
3
  """
4
4
  COMPANY_NAME = 'Snapser'
5
- VERSION = '0.41.0'
5
+ VERSION = '0.41.1'
6
6
  CONFIG_FILE_MAC = '~/.snapser/config'
7
7
  CONFIG_FILE_WIN = '%homepath%\\.snapser\\config'
8
8
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes