Skip to content

Commit

Permalink
Prepare release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bernard committed Nov 15, 2023
1 parent 4a3a4cf commit c5dc564
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog for lgr-django

## 6.1.0 (2023-11-15)
### New features
- Add new IDNA 2008 compliance report tool

### Improvements
- Change label form output format
- Display reports expiration beside the reports
- Retry on IDN table download failure
- Label review:
- only display an error on IDNA 2008 non-compliance
- display A-label in another column

### Fixes
- Enable review for all IDN tables instead of a restricted set
- Stop failing for some exceptions in IDN table reviews
- Keep invalid code points in IDN table reviews
- Do not clean ICANN reports
- Correctly check IDNA 2008 compliance in label forms tool

## 6.0.0 (2023-08-04)
### New features
- Enable IDN review with RFC Core Requirements
Expand Down
6 changes: 3 additions & 3 deletions containers/lgr-django/files/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ django-celery-beat==2.2.0

# LGR/Unicode modules
picu==1.4
#munidata==2.3.1
munidata==2.3.1
#picu @ git+https://github.com/icann/picu.git@master
munidata @ git+https://github.com/icann/munidata.git@master
lgr-core @ git+https://github.com/icann/lgr-core.git@v6.0.1
#munidata @ git+https://github.com/icann/munidata.git@master
lgr-core @ git+https://github.com/icann/lgr-core.git@v6.1.0

# Natural sorting implementation
natsort==7.1.1
Expand Down
2 changes: 1 addition & 1 deletion etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ django-celery-beat==2.2.0
# LGR/Unicode modules
picu==1.4
munidata==2.3.1
lgr-core>=6.0.0
lgr-core>=6.1.0

# 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.0.0',
version='6.1.0',
author='Cofomo, Viagenie and Wil Tan',
author_email='[email protected]',
packages=find_packages('src'),
Expand Down

0 comments on commit c5dc564

Please sign in to comment.