Skip to content

Commit 34feb7c

Browse files
committed
update to v1.1.1
1 parent c2cdd0d commit 34feb7c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ recursive-include appointment/templates/email_sender *.html
66
recursive-include appointment/static/css *.css
77
recursive-include appointment/static/js *.js
88
recursive-include appointment/email_sender *.py
9+
recursive-include appointment/tests *.py
910
recursive-include appointment *.py
1011
recursive-include docs *
1112
include logger_config.py
13+
include release_notes.md
1214
exclude appointment/__pycache__

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-appointment
3-
version = 1.1.0
3+
version = 1.1.1
44
description = A Django app for managing appointment scheduling with ease and flexibility.
55
url = https://github.com/adamspd/django-appointment
66
author = Adams Pierre David

0 commit comments

Comments
 (0)