devstack-cli 11.0.73__tar.gz → 11.0.75__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,4 +1,4 @@
1
- Copyright (c) 2024 Starflows OG
1
+ Copyright (c) 2025 Starflows OG
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: devstack-cli
3
- Version: 11.0.73
3
+ Version: 11.0.75
4
4
  Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
5
5
  Author-email: Stefan Mückstein <stefan@cloudomation.com>
6
6
  Project-URL: Homepage, https://cloudomation.com/
@@ -86,7 +86,7 @@ Cloudomation actively maintains the `devstack-cli` command line tool as part of
86
86
 
87
87
  ## License
88
88
 
89
- Copyright (c) 2024 Starflows OG
89
+ Copyright (c) 2025 Starflows OG
90
90
 
91
91
  Permission is hereby granted, free of charge, to any person obtaining a copy
92
92
  of this software and associated documentation files (the "Software"), to deal
@@ -64,7 +64,7 @@ Cloudomation actively maintains the `devstack-cli` command line tool as part of
64
64
 
65
65
  ## License
66
66
 
67
- Copyright (c) 2024 Starflows OG
67
+ Copyright (c) 2025 Starflows OG
68
68
 
69
69
  Permission is hereby granted, free of charge, to any person obtaining a copy
70
70
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "devstack-cli"
3
- version = "11.0.73"
3
+ version = "11.0.75"
4
4
  authors = [
5
5
  { name="Stefan Mückstein", email="stefan@cloudomation.com" },
6
6
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: devstack-cli
3
- Version: 11.0.73
3
+ Version: 11.0.75
4
4
  Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
5
5
  Author-email: Stefan Mückstein <stefan@cloudomation.com>
6
6
  Project-URL: Homepage, https://cloudomation.com/
@@ -86,7 +86,7 @@ Cloudomation actively maintains the `devstack-cli` command line tool as part of
86
86
 
87
87
  ## License
88
88
 
89
- Copyright (c) 2024 Starflows OG
89
+ Copyright (c) 2025 Starflows OG
90
90
 
91
91
  Permission is hereby granted, free of charge, to any person obtaining a copy
92
92
  of this software and associated documentation files (the "Software"), to deal
@@ -0,0 +1,9 @@
1
+ """
2
+ constants, set by build
3
+ """
4
+
5
+ MAJOR = '11'
6
+ BRANCH_NAME = 'release-11'
7
+ BUILD_DATE = '2025-01-29-035217'
8
+ SHORT_SHA = '115b2d0'
9
+ VERSION = '11+release-11.2025-01-29-035217.115b2d0'
@@ -1,9 +0,0 @@
1
- """
2
- constants, set by build
3
- """
4
-
5
- MAJOR = '11'
6
- BRANCH_NAME = 'release-11'
7
- BUILD_DATE = '2025-01-28-041349'
8
- SHORT_SHA = 'e1031a1'
9
- VERSION = '11+release-11.2025-01-28-041349.e1031a1'
File without changes