Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 69af7c1

Browse files
committed
Chore: Added TODO entries in README
1 parent 294ab61 commit 69af7c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ tox -p
5353
- [ ] Documentation
5454
- [ ] Licence
5555
- [ ] Badges
56-
- [ ] Automatic build/deployment
56+
- [ ] Automatic build/deployment (https://github.com/pypa/cibuildwheel)
57+
- [ ] https://github.com/PyCQA/flake8-bugbear

flask_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Increment versions here according to SemVer
2-
__version__ = "0.1.2"
2+
__version__ = "0.1.3"
33

44
from flask_utils.errors import ConflictError
55
from flask_utils.errors import ForbiddenError

0 commit comments

Comments
 (0)