Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed Oct 28, 2024
1 parent 79a3c5c commit a311096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/grafana-ldap-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.4
version: 1.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.0
appVersion: 1.2.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name='script',
version='1.1.0',
version='1.2.0',
description='Script for syncing LDAP Users & Groups with Grafana Users & Teams',
packages=find_packages(exclude=('tests', 'docs')),
package_data={'grafana-ldap-syn-script': ['run.py']},
package_data={'grafana-ldap-sync-script': ['run.py']},
include_package_data=True,
install_requires=[
"requests>=2.24.0",
Expand Down

0 comments on commit a311096

Please sign in to comment.