Skip to content

Commit

Permalink
Prepare release 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bernard committed Sep 9, 2024
1 parent b0e130e commit eec5673
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for lgr-django

## 6.1.2 (2024-09-08)
### New features
- Use Unicode version 15.1.0 by default

### Fixes
- Vulnerability fix: use POST for delete endpoints that were still GET

## 6.1.1 (2024-02-15)

### Improvements
Expand Down
8 changes: 3 additions & 5 deletions containers/lgr-django/files/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ django-celery-results==2.4.0
django-celery-beat==2.2.0

# LGR/Unicode modules
#picu==1.4
#munidata==2.3.1
picu @ git+https://github.com/icann/picu.git@unicode-1510
munidata @ git+https://github.com/icann/munidata.git@unicode-1510
lgr-core @ git+https://github.com/icann/[email protected]
picu==1.5
munidata==2.4.0
lgr-core @ git+https://github.com/icann/[email protected]

# Natural sorting implementation
natsort==7.1.1
Expand Down
6 changes: 3 additions & 3 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ django-celery-results==2.4.0
django-celery-beat==2.2.0

# LGR/Unicode modules
picu==1.4
munidata==2.3.1
lgr-core>=6.1.1
picu==1.5
munidata==2.4.0
lgr-core>=6.1.2

# Natural sorting implementation
natsort==7.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='lgr-django',
version='6.1.1',
version='6.1.2',
author='Cofomo, Viagenie and Wil Tan',
author_email='[email protected]',
packages=find_packages('src'),
Expand Down

0 comments on commit eec5673

Please sign in to comment.