Skip to content

Commit

Permalink
Prepare release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Sep 29, 2021
1 parent 0e80924 commit 54180ba
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Parsifal 2.1.1 (2021-09-28)
===========================

Bugfixes
--------

- Improve study selection resolve all action (#86)
- Fixes error while trying to delete a literature review (#89)
- Fix issue while trying to import a bibtex file. (#91)


Parsifal 2.1 (2021-09-12)
=========================

Expand Down
2 changes: 1 addition & 1 deletion parsifal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from parsifal.utils.version import get_version

VERSION = (2, 2, 0, "alpha", 0)
VERSION = (2, 1, 1, "final", 0)

__version__ = get_version(VERSION)
1 change: 0 additions & 1 deletion parsifal/newsfragments/86.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion parsifal/newsfragments/89.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion parsifal/newsfragments/91.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bibtexparser==1.2.0
Django==3.2.7
django-compressor==2.4.1
django-crispy-forms==1.12.0
django-crispy-forms==1.13.0
dj-database-url==0.5.0
requests==2.26.0
Pillow==8.3.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

django-debug-toolbar==3.2.2
git+git://github.com/jazzband/django-silk.git#egg=django-silk
ipython==7.27.0
ipython==7.28.0
towncrier==21.3.0
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base.txt

gunicorn==20.1.0
sentry-sdk==1.3.1
sentry-sdk==1.4.2
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ factory-boy==3.2.0
flake8==3.9.2
isort==5.9.3
black==21.7b0
tox==3.24.3
tox==3.24.4

0 comments on commit 54180ba

Please sign in to comment.