mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updating version.py to include Magnesium.
This commit is contained in:
parent
10c823dd79
commit
ba01d2133a
1 changed files with 1 additions and 2 deletions
|
@ -101,9 +101,8 @@ class SaltStackVersion(object):
|
|||
'Fluorine' : (MAX_SIZE - 100, 0),
|
||||
'Neon' : (MAX_SIZE - 99, 0),
|
||||
'Sodium' : (MAX_SIZE - 98, 0),
|
||||
'Magnesium' : (MAX_SIZE - 97, 0),
|
||||
# pylint: disable=E8265
|
||||
#'Sodium' : (MAX_SIZE - 98, 0),
|
||||
#'Magnesium' : (MAX_SIZE - 97, 0),
|
||||
#'Aluminium' : (MAX_SIZE - 96, 0),
|
||||
#'Silicon' : (MAX_SIZE - 95, 0),
|
||||
#'Phosphorus' : (MAX_SIZE - 94, 0),
|
||||
|
|
Loading…
Add table
Reference in a new issue