Skip to content

Commit

Permalink
New Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorygold committed Sep 25, 2023
1 parent d5ef625 commit 3002524
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 1.2.x
### 1.2.1
#### Bugfix
* Fixed Elasticsearch environment variable
* Renamed shared tasks
### 1.2.0
#### Features
* Implemented Certego shared CI 1.3.5
Expand Down
2 changes: 1 addition & 1 deletion buffalogs/impossible_travel/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def clear_models_periodically():
UsersIP.objects.filter(updated__lte=delete_ip_time).delete()


@shared_task(name="BuffaLogsUpdateRiskLevelTask")
@shared_task(name="BuffalogsUpdateRiskLevelTask")
def update_risk_level():
"""Update users risk level depending on how many alerts were triggered"""
clear_models_periodically()
Expand Down
2 changes: 1 addition & 1 deletion django-buffalogs/buffalogs.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: buffalogs
Version: 1.2.0
Version: 1.2.1
Summary: A Django app to detect anomaly logins.
Home-page: UNKNOWN
Author: Lorena Goldoni
Expand Down
2 changes: 1 addition & 1 deletion django-buffalogs/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = buffalogs
version = 1.2.0
version = 1.2.1
description = A Django app to detect anomaly logins.
long_description = file: README.rst
author = Lorena Goldoni
Expand Down

0 comments on commit 3002524

Please sign in to comment.