Skip to content

Commit

Permalink
Prepare 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bernard committed Apr 28, 2021
1 parent 19bde37 commit d2b63fc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog for lgr-django

## 4.0.0 (2021-04-27)
### New features
- Add IDN table review tools
- Add new interface to select between modes
### Improvements
- Reorganize Django apps and add new apps for IDN table review
- Rework all views to use class based views
- Ask for confirmation before removing reports
- Update Django to version 3.1.7
- Update dependencies versions
- Clean and update some assets
- Remove django-multiupload dependency

## 3.0.0 (2020-12-04)
### New features
- Add MSR-4 validating repertoire
Expand Down
6 changes: 3 additions & 3 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ vine==5.0.0
django-cleanup==5.1.0

# LGR/Unicode modules
picu==1.1
munidata==2.0.0
lgr-core==3.0.0
picu==1.2
munidata==2.1.0
lgr-core==4.0.0

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

setup(
name='lgr-django',
version='3.0.0',
version='4.0.0',
author='Viagenie and Wil Tan',
author_email='[email protected]',
packages=find_packages('src'),
Expand All @@ -16,7 +16,7 @@
include_package_data=True,
classifiers=[
'Environment :: Web Environment',
'Framework :: Django :: 1.8',
'Framework :: Django :: 3.1',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.4',
Expand All @@ -30,6 +30,7 @@
'django-widget-tweaks',
'django-redis-cache',
'django-autocomplete-light',
'django-cleanup',
'celery',
# LGR/Unicode modules
'lgr-core',
Expand Down

0 comments on commit d2b63fc

Please sign in to comment.