From 10601a338077d3fc6417e27c26ade2f75b582202 Mon Sep 17 00:00:00 2001 From: Mike Young Date: Sun, 1 Dec 2019 11:40:33 -0500 Subject: [PATCH] Ver# and postgresql requirements --- doxygen.conf | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doxygen.conf b/doxygen.conf index 740efd9..b404782 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -38,7 +38,7 @@ PROJECT_NAME = "pyShelf Open Source Ebook Server" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.2.0 +PROJECT_NUMBER = 0.2.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/requirements.txt b/requirements.txt index 761f48e..b2f93d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,3 +14,4 @@ django toml uwsgi django-debug-toolbar +psycopg2-binary