Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Feb 15, 2023
1 parent ee36f9a commit 49bbee3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Changelog
=========

2.0.0 (2021-11/04)
2.0.1 (2023-02-15)
------------------

- Fix dependencies versions.
[cekk]


2.0.0 (2021-11-04)
------------------

- Use flask-mailman instead of unmaintained flask-mail.
Expand Down
7 changes: 7 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[versions]
Flask = 1.1.1
Flask-Mailman = 0.3.0
Flask-RESTful = 0.3.9
aniso8601 = 8.0.0
attrs = 19.3.0
blinker = 1.4
charset-normalizer = 2.0.5
click = 7.1.2
collective.recipe.scriptgen = 0.2
collective.recipe.template = 2.1
entrypoints = 0.3
Expand All @@ -13,9 +15,13 @@ flake8 = 3.7.9
flake8-coding = 1.3.2
flake8-debugger = 3.2.1
flake8-print = 3.1.4
gunicorn = 20.1.0
hexagonit.recipe.cmmi = 2.0
hexagonit.recipe.download = 1.7.1
idna = 3.2
itsdangerous = 1.1.0
Jinja2 = 2.10.1
MarkupSafe = 1.1.1
mccabe = 0.6.1
more-itertools = 8.2.0
plone.recipe.codeanalysis = 3.0.1
Expand All @@ -31,6 +37,7 @@ requests-mock = 1.7.0
rq = 1.4.3
sentry-sdk = 1.3.1
urllib3 = 1.26.6
Werkzeug = 0.16.0
z3c.recipe.mkdir = 0.7
zc.recipe.egg = 2.0.7

Expand Down

0 comments on commit 49bbee3

Please sign in to comment.