Skip to content

Commit

Permalink
Update version and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 4, 2021
1 parent 2988bc0 commit c5961f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -23,12 +23,14 @@
* Add is_empty to values and view_tags
* Add manage.py upgrade script to combine migrate, download_vendor_files and collectstatic
* Add GitLab provider and refactor GitHub provider
* Make questionset id attribute explicit and migrate existing questionsets accordingly
* Refactor theme creation
* Remove caching for project questionsets, since the api is now project specific
* Replace package csv by defusedcsv to prevent csv vulnerabilities
* Fix title warning for questions modal
* Fix continuation for catalog switch
* Split project_detail_header template and add catalogs to project page
* Allow for custome user models (in fresh instances)
* Allow for custom user models (in fresh instances)
* Optimize database access and increase overall performance

## RDMO 1.5.5 (Mar 25, 2021)
Expand Down
2 changes: 1 addition & 1 deletion rdmo/__init__.py
@@ -1,5 +1,5 @@
__title__ = 'rdmo'
__version__ = '1.5.5'
__version__ = '1.6-rc.1'
__author__ = 'RDMO Arbeitsgemeinschaft'
__email__ = 'rdmo-team@listserv.dfn.de'
__license__ = 'Apache-2.0'
Expand Down

0 comments on commit c5961f9

Please sign in to comment.