Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shacker committed Mar 4, 2019
1 parent 84c441c commit d0212b8
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 127 deletions.
5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ name = "pypi"
django = "*"
django-extensions = "*"
"psycopg2-binary" = "*"
pytest = "*"
pytest-django = "*"
"flake8" = "*"
factory-boy = "*"
titlecase = "*"
bleach = "*"

[dev-packages]
pylint = "*"
mypy = "*"
pytest = "*"
pytest-django = "*"

[requires]
python_version = "3.6"
175 changes: 52 additions & 123 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ The previous `tox` system was removed with the v2 release, since we no longer ai

# Version History

**2.2.2** Update dependencies

**2.2.1** Convert task delete and toggle_done views to POST only

**2.2.0** Re-instate enforcement of TODO_STAFF_ONLY setting
Expand Down
2 changes: 1 addition & 1 deletion todo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
A multi-user, multi-group task management and assignment system for Django.
"""
__version__ = '2.2.1'
__version__ = '2.2.2'

__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'
Expand Down

0 comments on commit d0212b8

Please sign in to comment.