Skip to content

Commit

Permalink
Merge pull request #242 from mirceaulinic/develop
Browse files Browse the repository at this point in the history
Version 2021.6.1
  • Loading branch information
mirceaulinic authored Jul 1, 2021
2 parents 5657292 + a31ecf1 commit e902a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions salt_sproxy/_roster/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def targets(tgt, tgt_type='glob', **kwargs):
'''
template = get_roster_file(__opts__)
rend = salt.loader.render(__opts__, {})
__runner__.name = '__salt__'
kwargs['__salt__'] = __runner__
pool = compile_template(
template,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name=name,
version='2021.6.0',
version='2021.6.1',
namespace_packages=['salt_sproxy'],
packages=find_packages(),
author='Mircea Ulinic',
Expand Down

0 comments on commit e902a6e

Please sign in to comment.