We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a2423 commit a242752Copy full SHA for a242752
MANIFEST.in
@@ -0,0 +1 @@
1
+recursive-include history/templates *
history/__init__.py
@@ -1,4 +1,4 @@
-__version_info__ = (2, 0, 0)
+__version_info__ = (2, 0, 1)
2
__version__ = ".".join(str(i) for i in __version_info__)
3
4
default_app_config = "history.apps.HistoryConfig"
0 commit comments