File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ recursive-include appointment/templates/email_sender *.html
6
6
recursive-include appointment/static/css *.css
7
7
recursive-include appointment/static/js *.js
8
8
recursive-include appointment/email_sender *.py
9
+ recursive-include appointment/tests *.py
9
10
recursive-include appointment *.py
10
11
recursive-include docs *
11
12
include logger_config.py
13
+ include release_notes.md
12
14
exclude appointment/__pycache__
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-appointment
3
- version = 1.1.0
3
+ version = 1.1.1
4
4
description = A Django app for managing appointment scheduling with ease and flexibility.
5
5
url = https://github.com/adamspd/django-appointment
6
6
author = Adams Pierre David
You can’t perform that action at this time.
0 commit comments