Skip to content

Commit 7edfc19

Browse files
authored
build: bump version number
1 parent d3ea595 commit 7edfc19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Django custom authentication backend for [Sentry](https://github.com/getsentry
1515
* 21.9.0 ≤ Sentry < 23.6.0 should work with sentry-auth-ldap==21.9.11
1616
* 23.6.0 ≤ Sentry should work with the latest release
1717

18-
> Since sentry-auth-ldap==24.8.0, we'll strive to ensure backward compatibility. Therefore, sentry-auth-ldap==24.8.0 can be used with sentry>=23.6.0.
18+
> Since sentry-auth-ldap==24.8.0, we'll strive to ensure backward compatibility.
1919
2020
## Installation
2121
To install, simply add `sentry-auth-ldap` to your *requirements.txt* for your Sentry environment (or `pip install sentry-auth-ldap`).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='sentry-auth-ldap',
21-
version='24.8.0',
21+
version='24.8.1',
2222
author='Chad Killingsworth <chad.killingsworth@banno.com>, Barron Hagerman <barron.hagerman@banno.com>, PM Extra <pm@jubeat.net>',
2323
author_email='pm@jubeat.net',
2424
url='https://github.com/PMExtra/sentry-auth-ldap',

0 commit comments

Comments
 (0)