Skip to content

Commit a242752

Browse files
authored
Manifest (#5)
* Added MANIFEST file for templates * Bump version * Update __init__.py
1 parent 93a2423 commit a242752

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include history/templates *

history/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = (2, 0, 0)
1+
__version_info__ = (2, 0, 1)
22
__version__ = ".".join(str(i) for i in __version_info__)
33

44
default_app_config = "history.apps.HistoryConfig"

0 commit comments

Comments
 (0)