diff --git a/acceptreject.py b/acceptreject.py index 435af832c..05e7dcbe5 100644 --- a/acceptreject.py +++ b/acceptreject.py @@ -1,7 +1,7 @@ __filename__ = "acceptreject.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/announce.py b/announce.py index 56e935b51..a7dfad294 100644 --- a/announce.py +++ b/announce.py @@ -1,7 +1,7 @@ __filename__ = "announce.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/auth.py b/auth.py index d65d9d79f..9972b8fda 100644 --- a/auth.py +++ b/auth.py @@ -1,7 +1,7 @@ __filename__ = "auth.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/availability.py b/availability.py index f915f1693..e7d338e3c 100644 --- a/availability.py +++ b/availability.py @@ -1,7 +1,7 @@ __filename__ = "availability.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/blocking.py b/blocking.py index 89312ff2a..acd6f0616 100644 --- a/blocking.py +++ b/blocking.py @@ -1,7 +1,7 @@ __filename__ = "blocking.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/cache.py b/cache.py index 110f4addd..36b45b269 100644 --- a/cache.py +++ b/cache.py @@ -1,7 +1,7 @@ __filename__ = "cache.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/capabilities.py b/capabilities.py index c76c79c85..302d3ecca 100644 --- a/capabilities.py +++ b/capabilities.py @@ -1,7 +1,7 @@ __filename__ = "capabilities.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/config.py b/config.py index ca16451a5..b809d4f92 100644 --- a/config.py +++ b/config.py @@ -1,7 +1,7 @@ __filename__ = "config.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/content.py b/content.py index e2e37d5ef..081f53da2 100644 --- a/content.py +++ b/content.py @@ -1,7 +1,7 @@ __filename__ = "content.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/daemon.py b/daemon.py index 80c6e146a..359fa4079 100644 --- a/daemon.py +++ b/daemon.py @@ -1,7 +1,7 @@ __filename__ = "daemon.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/delete.py b/delete.py index bfddabcee..f631f9fa0 100644 --- a/delete.py +++ b/delete.py @@ -1,7 +1,7 @@ __filename__ = "delete.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/epicyon.py b/epicyon.py index 4935ddac2..442fd7e2d 100644 --- a/epicyon.py +++ b/epicyon.py @@ -1,7 +1,7 @@ __filename__ = "epicyon.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/filters.py b/filters.py index 4d5e9b55f..d1f24cafa 100644 --- a/filters.py +++ b/filters.py @@ -1,7 +1,7 @@ __filename__ = "filters.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/follow.py b/follow.py index 68572292a..871ae75af 100644 --- a/follow.py +++ b/follow.py @@ -1,7 +1,7 @@ __filename__ = "follow.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/httpsig.py b/httpsig.py index ddf3655f6..b36b48c56 100644 --- a/httpsig.py +++ b/httpsig.py @@ -2,7 +2,7 @@ __filename__ = "posts.py" __author__ = "Bob Mottram" __credits__ = ['lamia'] __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/inbox.py b/inbox.py index 342f752ee..8d8e60f77 100644 --- a/inbox.py +++ b/inbox.py @@ -1,7 +1,7 @@ __filename__ = "inbox.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/like.py b/like.py index f560dfc1e..2d7a65055 100644 --- a/like.py +++ b/like.py @@ -1,7 +1,7 @@ __filename__ = "like.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/manualapprove.py b/manualapprove.py index 023208736..a6e665b14 100644 --- a/manualapprove.py +++ b/manualapprove.py @@ -1,7 +1,7 @@ __filename__ = "manualapprove.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/media.py b/media.py index 0fba15546..452b5e19d 100644 --- a/media.py +++ b/media.py @@ -1,7 +1,7 @@ __filename__ = "media.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/person.py b/person.py index d28522fef..d296808ed 100644 --- a/person.py +++ b/person.py @@ -1,7 +1,7 @@ __filename__ = "person.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/posts.py b/posts.py index b46c3ce8f..4ea0c5513 100644 --- a/posts.py +++ b/posts.py @@ -1,7 +1,7 @@ __filename__ = "posts.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/roles.py b/roles.py index afbe370f6..6c07b1194 100644 --- a/roles.py +++ b/roles.py @@ -1,7 +1,7 @@ __filename__ = "roles.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/session.py b/session.py index fc947b732..fa24273a2 100644 --- a/session.py +++ b/session.py @@ -1,7 +1,7 @@ __filename__ = "session.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/shares.py b/shares.py index 9a2117411..bf0dafaed 100644 --- a/shares.py +++ b/shares.py @@ -1,7 +1,7 @@ __filename__ = "shares.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/skills.py b/skills.py index 1dc0a6cb7..a028c82c2 100644 --- a/skills.py +++ b/skills.py @@ -1,7 +1,7 @@ __filename__ = "skills.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/tests.py b/tests.py index 23aa3467b..4d7f1d61d 100644 --- a/tests.py +++ b/tests.py @@ -1,7 +1,7 @@ __filename__ = "tests.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/threads.py b/threads.py index e639da134..d84926f7e 100644 --- a/threads.py +++ b/threads.py @@ -1,7 +1,7 @@ __filename__ = "threads.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/utils.py b/utils.py index 1efc0d1bf..38d4be8af 100644 --- a/utils.py +++ b/utils.py @@ -1,7 +1,7 @@ __filename__ = "utils.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/webfinger.py b/webfinger.py index 9f5309fb9..69cdd629b 100644 --- a/webfinger.py +++ b/webfinger.py @@ -1,7 +1,7 @@ __filename__ = "webfinger.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" diff --git a/webinterface.py b/webinterface.py index 470422faf..2f0230a92 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1,7 +1,7 @@ __filename__ = "webinterface.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production"