From b91a876b75e7813b59cfcbc861049ea117575637 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 21 Jan 2023 23:03:30 +0000 Subject: [PATCH] v1.4.0 --- acceptreject.py | 2 +- announce.py | 2 +- auth.py | 2 +- availability.py | 2 +- blocking.py | 2 +- blog.py | 2 +- bookmarks.py | 2 +- briar.py | 2 +- cache.py | 2 +- categories.py | 2 +- city.py | 2 +- content.py | 2 +- context.py | 2 +- conversation.py | 2 +- crawlers.py | 2 +- cwtch.py | 2 +- daemon.py | 2 +- delete.py | 2 +- desktop_client.py | 2 +- devices.py | 2 +- donate.py | 2 +- enigma.py | 2 +- epicyon.py | 2 +- feeds.py | 2 +- filters.py | 2 +- fitnessFunctions.py | 2 +- follow.py | 2 +- followingCalendar.py | 2 +- git.py | 2 +- happening.py | 2 +- httpsig.py | 2 +- importFollowing.py | 2 +- inbox.py | 2 +- keys.py | 2 +- languages.py | 2 +- like.py | 2 +- linked_data_sig.py | 2 +- manualapprove.py | 2 +- maps.py | 2 +- markdown.py | 2 +- mastoapiv1.py | 2 +- matrix.py | 2 +- media.py | 2 +- metadata.py | 2 +- migrate.py | 2 +- newsdaemon.py | 2 +- newswire.py | 2 +- notifyOnPost.py | 2 +- outbox.py | 2 +- person.py | 2 +- petnames.py | 2 +- pgp.py | 2 +- posts.py | 2 +- qrcode.py | 2 +- question.py | 2 +- reaction.py | 2 +- relationships.py | 2 +- roles.py | 2 +- schedule.py | 2 +- session.py | 2 +- shares.py | 2 +- siteactive.py | 2 +- skills.py | 2 +- socnet.py | 2 +- speaker.py | 2 +- ssb.py | 2 +- tests.py | 4 ++-- theme.py | 2 +- threads.py | 2 +- tox.py | 2 +- utils.py | 2 +- video.py | 2 +- webapp_about.py | 2 +- webapp_accesskeys.py | 2 +- webapp_calendar.py | 2 +- webapp_column_left.py | 2 +- webapp_column_right.py | 2 +- webapp_confirm.py | 2 +- webapp_conversation.py | 2 +- webapp_create_post.py | 2 +- webapp_frontscreen.py | 2 +- webapp_hashtagswarm.py | 2 +- webapp_headerbuttons.py | 2 +- webapp_likers.py | 2 +- webapp_login.py | 2 +- webapp_manual.py | 2 +- webapp_media.py | 2 +- webapp_minimalbutton.py | 2 +- webapp_moderation.py | 2 +- webapp_person_options.py | 2 +- webapp_podcast.py | 2 +- webapp_post.py | 2 +- webapp_profile.py | 2 +- webapp_question.py | 2 +- webapp_search.py | 2 +- webapp_specification.py | 2 +- webapp_suspended.py | 2 +- webapp_theme_designer.py | 2 +- webapp_timeline.py | 2 +- webapp_tos.py | 2 +- webapp_utils.py | 2 +- webapp_welcome.py | 2 +- webapp_welcome_final.py | 2 +- webapp_welcome_profile.py | 2 +- webfinger.py | 2 +- xmpp.py | 2 +- 106 files changed, 107 insertions(+), 107 deletions(-) diff --git a/acceptreject.py b/acceptreject.py index dc529779f..f447d62ca 100644 --- a/acceptreject.py +++ b/acceptreject.py @@ -1,7 +1,7 @@ __filename__ = "acceptreject.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/announce.py b/announce.py index 7af0b2951..67a7b0aff 100644 --- a/announce.py +++ b/announce.py @@ -1,7 +1,7 @@ __filename__ = "announce.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/auth.py b/auth.py index 9d67ad972..33f9b38d7 100644 --- a/auth.py +++ b/auth.py @@ -1,7 +1,7 @@ __filename__ = "auth.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/availability.py b/availability.py index b4daddcd8..eb1bb97ce 100644 --- a/availability.py +++ b/availability.py @@ -1,7 +1,7 @@ __filename__ = "availability.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/blocking.py b/blocking.py index e5f7426db..05f68dd93 100644 --- a/blocking.py +++ b/blocking.py @@ -1,7 +1,7 @@ __filename__ = "blocking.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/blog.py b/blog.py index 168078764..a52fb9564 100644 --- a/blog.py +++ b/blog.py @@ -1,7 +1,7 @@ __filename__ = "blog.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/bookmarks.py b/bookmarks.py index b14453d90..584afa02a 100644 --- a/bookmarks.py +++ b/bookmarks.py @@ -1,7 +1,7 @@ __filename__ = "bookmarks.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/briar.py b/briar.py index 811467155..86a1499d2 100644 --- a/briar.py +++ b/briar.py @@ -1,7 +1,7 @@ __filename__ = "briar.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/cache.py b/cache.py index 0ead2f336..d72b0f574 100644 --- a/cache.py +++ b/cache.py @@ -1,7 +1,7 @@ __filename__ = "cache.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/categories.py b/categories.py index 1ee488e63..209654b73 100644 --- a/categories.py +++ b/categories.py @@ -1,7 +1,7 @@ __filename__ = "categories.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/city.py b/city.py index 88867c8cb..c792f017b 100644 --- a/city.py +++ b/city.py @@ -1,7 +1,7 @@ __filename__ = "city.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/content.py b/content.py index f1e4d5c84..e58d26ce8 100644 --- a/content.py +++ b/content.py @@ -1,7 +1,7 @@ __filename__ = "content.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/context.py b/context.py index 8eb182d74..69f7e4db4 100644 --- a/context.py +++ b/context.py @@ -1,7 +1,7 @@ __filename__ = "inbox.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/conversation.py b/conversation.py index 9945eb22d..9d225c4eb 100644 --- a/conversation.py +++ b/conversation.py @@ -1,7 +1,7 @@ __filename__ = "conversation.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/crawlers.py b/crawlers.py index de61358f7..841b19e73 100644 --- a/crawlers.py +++ b/crawlers.py @@ -1,7 +1,7 @@ __filename__ = "crawlers.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/cwtch.py b/cwtch.py index 7fa1df6eb..1ab390f8d 100644 --- a/cwtch.py +++ b/cwtch.py @@ -1,7 +1,7 @@ __filename__ = "cwtch.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/daemon.py b/daemon.py index a8dfa0cac..a719a8e04 100644 --- a/daemon.py +++ b/daemon.py @@ -1,7 +1,7 @@ __filename__ = "daemon.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/delete.py b/delete.py index 6bb3ba30d..fd1c2aa25 100644 --- a/delete.py +++ b/delete.py @@ -1,7 +1,7 @@ __filename__ = "delete.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/desktop_client.py b/desktop_client.py index b6e1288ad..3a860768d 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -1,7 +1,7 @@ __filename__ = "desktop_client.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/devices.py b/devices.py index 9766eda08..0a6e191fa 100644 --- a/devices.py +++ b/devices.py @@ -1,7 +1,7 @@ __filename__ = "devices.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/donate.py b/donate.py index 0635b0e85..7174bc9c8 100644 --- a/donate.py +++ b/donate.py @@ -1,7 +1,7 @@ __filename__ = "donate.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/enigma.py b/enigma.py index 1550597c4..ef60f5af7 100644 --- a/enigma.py +++ b/enigma.py @@ -1,7 +1,7 @@ __filename__ = "enigma.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/epicyon.py b/epicyon.py index 0bbacdceb..f3b917553 100644 --- a/epicyon.py +++ b/epicyon.py @@ -1,7 +1,7 @@ __filename__ = "epicyon.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/feeds.py b/feeds.py index ea8589dec..0c6c70956 100644 --- a/feeds.py +++ b/feeds.py @@ -1,7 +1,7 @@ __filename__ = "feeds.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/filters.py b/filters.py index 6bdc4d364..213bce881 100644 --- a/filters.py +++ b/filters.py @@ -1,7 +1,7 @@ __filename__ = "filters.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/fitnessFunctions.py b/fitnessFunctions.py index 3b2535bd5..95482b617 100644 --- a/fitnessFunctions.py +++ b/fitnessFunctions.py @@ -1,7 +1,7 @@ __filename__ = "fitnessFunctions.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/follow.py b/follow.py index 5145af18e..c7934dc3f 100644 --- a/follow.py +++ b/follow.py @@ -1,7 +1,7 @@ __filename__ = "follow.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/followingCalendar.py b/followingCalendar.py index 37c291a42..51cd89aa8 100644 --- a/followingCalendar.py +++ b/followingCalendar.py @@ -1,7 +1,7 @@ __filename__ = "followingCalendar.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/git.py b/git.py index 3aed91254..714d6ec98 100644 --- a/git.py +++ b/git.py @@ -1,7 +1,7 @@ __filename__ = "git.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/happening.py b/happening.py index 7d14f323d..087dc6fc2 100644 --- a/happening.py +++ b/happening.py @@ -1,7 +1,7 @@ __filename__ = "happening.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/httpsig.py b/httpsig.py index 5ddac2122..5116336fe 100644 --- a/httpsig.py +++ b/httpsig.py @@ -2,7 +2,7 @@ __filename__ = "httpsig.py" __author__ = "Bob Mottram" __credits__ = ['lamia'] __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/importFollowing.py b/importFollowing.py index 87eaf9825..d79099f43 100644 --- a/importFollowing.py +++ b/importFollowing.py @@ -1,7 +1,7 @@ __filename__ = "importFollowing.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/inbox.py b/inbox.py index 47a1696d2..a6bb4fba8 100644 --- a/inbox.py +++ b/inbox.py @@ -1,7 +1,7 @@ __filename__ = "inbox.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/keys.py b/keys.py index 84bc6b3c5..3261219d1 100644 --- a/keys.py +++ b/keys.py @@ -1,7 +1,7 @@ __filename__ = "keys.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/languages.py b/languages.py index a79da9fd4..ffcdd13e3 100644 --- a/languages.py +++ b/languages.py @@ -1,7 +1,7 @@ __filename__ = "languages.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/like.py b/like.py index 859c5247b..f8d6d203d 100644 --- a/like.py +++ b/like.py @@ -1,7 +1,7 @@ __filename__ = "like.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/linked_data_sig.py b/linked_data_sig.py index 3c61d24c3..71cd465c6 100644 --- a/linked_data_sig.py +++ b/linked_data_sig.py @@ -3,7 +3,7 @@ __author__ = "Bob Mottram" __credits__ = ['Based on ' + 'https://github.com/tsileo/little-boxes'] __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/manualapprove.py b/manualapprove.py index e8579a1ce..227da4590 100644 --- a/manualapprove.py +++ b/manualapprove.py @@ -1,7 +1,7 @@ __filename__ = "manualapprove.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/maps.py b/maps.py index 70b024692..c9fe0a20b 100644 --- a/maps.py +++ b/maps.py @@ -1,7 +1,7 @@ __filename__ = "maps.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/markdown.py b/markdown.py index b83074705..39b3657c1 100644 --- a/markdown.py +++ b/markdown.py @@ -1,7 +1,7 @@ __filename__ = "markdown.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/mastoapiv1.py b/mastoapiv1.py index 22d661654..3b6c42129 100644 --- a/mastoapiv1.py +++ b/mastoapiv1.py @@ -1,7 +1,7 @@ __filename__ = "mastoapiv1.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/matrix.py b/matrix.py index e9cf81483..f7c90c815 100644 --- a/matrix.py +++ b/matrix.py @@ -1,7 +1,7 @@ __filename__ = "matrix.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/media.py b/media.py index 92b6d0375..645701318 100644 --- a/media.py +++ b/media.py @@ -1,7 +1,7 @@ __filename__ = "media.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/metadata.py b/metadata.py index 0db14568b..063215b04 100644 --- a/metadata.py +++ b/metadata.py @@ -1,7 +1,7 @@ __filename__ = "metadata.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/migrate.py b/migrate.py index ca5e7853d..6aba65364 100644 --- a/migrate.py +++ b/migrate.py @@ -1,7 +1,7 @@ __filename__ = "migrate.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/newsdaemon.py b/newsdaemon.py index f8c7b633d..a12d983db 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -1,7 +1,7 @@ __filename__ = "newsdaemon.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/newswire.py b/newswire.py index 9ed6c9c22..ea1234705 100644 --- a/newswire.py +++ b/newswire.py @@ -1,7 +1,7 @@ __filename__ = "newswire.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/notifyOnPost.py b/notifyOnPost.py index 30c67d30d..350874e46 100644 --- a/notifyOnPost.py +++ b/notifyOnPost.py @@ -1,7 +1,7 @@ __filename__ = "notifyOnPost.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/outbox.py b/outbox.py index 1e0e8b5a3..94ae886a8 100644 --- a/outbox.py +++ b/outbox.py @@ -1,7 +1,7 @@ __filename__ = "outbox.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/person.py b/person.py index c574fcb1d..daa72a7a8 100644 --- a/person.py +++ b/person.py @@ -1,7 +1,7 @@ __filename__ = "person.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/petnames.py b/petnames.py index ddb970cd3..73c31a251 100644 --- a/petnames.py +++ b/petnames.py @@ -1,7 +1,7 @@ __filename__ = "petnames.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/pgp.py b/pgp.py index 8b678c7ed..b324a882b 100644 --- a/pgp.py +++ b/pgp.py @@ -1,7 +1,7 @@ __filename__ = "pgp.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/posts.py b/posts.py index 4e2a35e46..47a394659 100644 --- a/posts.py +++ b/posts.py @@ -1,7 +1,7 @@ __filename__ = "posts.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/qrcode.py b/qrcode.py index 383f415e6..4d6a3cd58 100644 --- a/qrcode.py +++ b/qrcode.py @@ -1,7 +1,7 @@ __filename__ = "qrcode.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/question.py b/question.py index f569ec509..519688dac 100644 --- a/question.py +++ b/question.py @@ -1,7 +1,7 @@ __filename__ = "question.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/reaction.py b/reaction.py index b4d71a433..8658afaec 100644 --- a/reaction.py +++ b/reaction.py @@ -1,7 +1,7 @@ __filename__ = "reaction.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/relationships.py b/relationships.py index d7a99cc73..47243e951 100644 --- a/relationships.py +++ b/relationships.py @@ -1,7 +1,7 @@ __filename__ = "relationships.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/roles.py b/roles.py index 69f396bbb..a31960362 100644 --- a/roles.py +++ b/roles.py @@ -1,7 +1,7 @@ __filename__ = "roles.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/schedule.py b/schedule.py index 5ac876958..628e7bcfb 100644 --- a/schedule.py +++ b/schedule.py @@ -1,7 +1,7 @@ __filename__ = "schedule.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/session.py b/session.py index 0f3d201a4..c7a40d3ea 100644 --- a/session.py +++ b/session.py @@ -1,7 +1,7 @@ __filename__ = "session.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/shares.py b/shares.py index 2feaef84e..50f0795d1 100644 --- a/shares.py +++ b/shares.py @@ -1,7 +1,7 @@ __filename__ = "shares.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/siteactive.py b/siteactive.py index 7b0bc709a..31beba726 100644 --- a/siteactive.py +++ b/siteactive.py @@ -2,7 +2,7 @@ __filename__ = "siteactive.py" __author__ = "Bob Mottram" __credits__ = ["webchk"] __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/skills.py b/skills.py index f7ce6e14e..5442a5a55 100644 --- a/skills.py +++ b/skills.py @@ -1,7 +1,7 @@ __filename__ = "skills.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/socnet.py b/socnet.py index 7fbb1d2fe..2ef878613 100644 --- a/socnet.py +++ b/socnet.py @@ -1,7 +1,7 @@ __filename__ = "socnet.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/speaker.py b/speaker.py index dc9e55235..ddd1f3eea 100644 --- a/speaker.py +++ b/speaker.py @@ -1,7 +1,7 @@ __filename__ = "speaker.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/ssb.py b/ssb.py index f13e5fd66..924ea0931 100644 --- a/ssb.py +++ b/ssb.py @@ -1,7 +1,7 @@ __filename__ = "ssb.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/tests.py b/tests.py index 625df2196..ecabfaed1 100644 --- a/tests.py +++ b/tests.py @@ -1,7 +1,7 @@ __filename__ = "tests.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" @@ -308,7 +308,7 @@ def _test_http_signed_get(base_dir: str): accept = 'application/json' # accept = 'application/activity+json' headers = { - 'user-agent': 'Epicyon/1.3.0; +https://' + domain + '/', + 'user-agent': 'Epicyon/1.4.0; +https://' + domain + '/', 'host': headers_domain, 'date': date_str, 'accept': accept, diff --git a/theme.py b/theme.py index 955a6c986..714e3e1d0 100644 --- a/theme.py +++ b/theme.py @@ -1,7 +1,7 @@ __filename__ = "theme.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/threads.py b/threads.py index 0f26d8acb..f9aade1eb 100644 --- a/threads.py +++ b/threads.py @@ -1,7 +1,7 @@ __filename__ = "threads.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/tox.py b/tox.py index 682f389a2..dc5bde1af 100644 --- a/tox.py +++ b/tox.py @@ -1,7 +1,7 @@ __filename__ = "tox.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/utils.py b/utils.py index d9d368d01..6a0f9d751 100644 --- a/utils.py +++ b/utils.py @@ -1,7 +1,7 @@ __filename__ = "utils.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/video.py b/video.py index 8e764ad76..77974f482 100644 --- a/video.py +++ b/video.py @@ -1,7 +1,7 @@ __filename__ = "video.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_about.py b/webapp_about.py index befcf8215..a1d08849d 100644 --- a/webapp_about.py +++ b/webapp_about.py @@ -1,7 +1,7 @@ __filename__ = "webapp_about.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_accesskeys.py b/webapp_accesskeys.py index 0bf6d80c5..a929a319e 100644 --- a/webapp_accesskeys.py +++ b/webapp_accesskeys.py @@ -1,7 +1,7 @@ __filename__ = "webapp_accesskeys.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_calendar.py b/webapp_calendar.py index d693dc80d..23b01857e 100644 --- a/webapp_calendar.py +++ b/webapp_calendar.py @@ -1,7 +1,7 @@ __filename__ = "webapp_calendar.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_column_left.py b/webapp_column_left.py index 4a1e76df7..c733aa3fc 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -1,7 +1,7 @@ __filename__ = "webapp_column_left.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_column_right.py b/webapp_column_right.py index 012cfc53c..ca884c1e4 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -1,7 +1,7 @@ __filename__ = "webapp_column_right.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_confirm.py b/webapp_confirm.py index a0faa827d..95bccb943 100644 --- a/webapp_confirm.py +++ b/webapp_confirm.py @@ -1,7 +1,7 @@ __filename__ = "webapp_confirm.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_conversation.py b/webapp_conversation.py index 120844494..3c6bbd7b2 100644 --- a/webapp_conversation.py +++ b/webapp_conversation.py @@ -1,7 +1,7 @@ __filename__ = "conversation.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_create_post.py b/webapp_create_post.py index 6eb814714..e859b9e26 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -1,7 +1,7 @@ __filename__ = "webapp_create_post.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_frontscreen.py b/webapp_frontscreen.py index 4c3158130..8c3b14f6a 100644 --- a/webapp_frontscreen.py +++ b/webapp_frontscreen.py @@ -1,7 +1,7 @@ __filename__ = "webapp_frontscreen.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_hashtagswarm.py b/webapp_hashtagswarm.py index 2e6e95f4a..d9c2811b9 100644 --- a/webapp_hashtagswarm.py +++ b/webapp_hashtagswarm.py @@ -1,7 +1,7 @@ __filename__ = "webapp_hashtagswarm.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_headerbuttons.py b/webapp_headerbuttons.py index 5ee09a099..1a85ef1e5 100644 --- a/webapp_headerbuttons.py +++ b/webapp_headerbuttons.py @@ -1,7 +1,7 @@ __filename__ = "webapp_headerbuttons.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_likers.py b/webapp_likers.py index 57d755f81..d7e5d6c5d 100644 --- a/webapp_likers.py +++ b/webapp_likers.py @@ -1,7 +1,7 @@ __filename__ = "webapp_likers.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_login.py b/webapp_login.py index 6fd86dac8..44777d402 100644 --- a/webapp_login.py +++ b/webapp_login.py @@ -1,7 +1,7 @@ __filename__ = "webapp_login.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_manual.py b/webapp_manual.py index 59a6c1868..e4d2bae93 100644 --- a/webapp_manual.py +++ b/webapp_manual.py @@ -1,7 +1,7 @@ __filename__ = "webapp_about.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_media.py b/webapp_media.py index 441fa1f94..d4ef8943b 100644 --- a/webapp_media.py +++ b/webapp_media.py @@ -1,7 +1,7 @@ __filename__ = "webapp_media.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_minimalbutton.py b/webapp_minimalbutton.py index 38337d99d..bc11d9ce2 100644 --- a/webapp_minimalbutton.py +++ b/webapp_minimalbutton.py @@ -1,7 +1,7 @@ __filename__ = "webapp_minimalbutton.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_moderation.py b/webapp_moderation.py index 292c4feb1..cc50ac21a 100644 --- a/webapp_moderation.py +++ b/webapp_moderation.py @@ -1,7 +1,7 @@ __filename__ = "webapp_moderation.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_person_options.py b/webapp_person_options.py index 8e4e5f3f7..f965c1ac5 100644 --- a/webapp_person_options.py +++ b/webapp_person_options.py @@ -1,7 +1,7 @@ __filename__ = "webapp_person_options.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_podcast.py b/webapp_podcast.py index e54739dbc..08ce0a946 100644 --- a/webapp_podcast.py +++ b/webapp_podcast.py @@ -1,7 +1,7 @@ __filename__ = "webapp_podcast.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_post.py b/webapp_post.py index ec269de67..fab56f241 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1,7 +1,7 @@ __filename__ = "webapp_post.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_profile.py b/webapp_profile.py index 8a023727d..f16a34fe2 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1,7 +1,7 @@ __filename__ = "webapp_profile.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_question.py b/webapp_question.py index a01b2f2a3..93bdcf3e9 100644 --- a/webapp_question.py +++ b/webapp_question.py @@ -1,7 +1,7 @@ __filename__ = "webapp_question.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_search.py b/webapp_search.py index cd3abfcd7..ff9a0bfba 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -1,7 +1,7 @@ __filename__ = "webapp_search.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_specification.py b/webapp_specification.py index 274a6b966..6d2ec6b2a 100644 --- a/webapp_specification.py +++ b/webapp_specification.py @@ -1,7 +1,7 @@ __filename__ = "webapp_about.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_suspended.py b/webapp_suspended.py index d096374e3..fadaffcae 100644 --- a/webapp_suspended.py +++ b/webapp_suspended.py @@ -1,7 +1,7 @@ __filename__ = "webapp_suspended.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_theme_designer.py b/webapp_theme_designer.py index 461958626..1bd02ee90 100644 --- a/webapp_theme_designer.py +++ b/webapp_theme_designer.py @@ -1,7 +1,7 @@ __filename__ = "webapp_theme_designer.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_timeline.py b/webapp_timeline.py index ee9d21483..11cf18530 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -1,7 +1,7 @@ __filename__ = "webapp_timeline.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_tos.py b/webapp_tos.py index 0c08101be..39d3d8a5a 100644 --- a/webapp_tos.py +++ b/webapp_tos.py @@ -1,7 +1,7 @@ __filename__ = "webapp_tos.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_utils.py b/webapp_utils.py index 53d635d9b..4300c7db0 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1,7 +1,7 @@ __filename__ = "webapp_utils.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_welcome.py b/webapp_welcome.py index 7cbc01b79..b7727d432 100644 --- a/webapp_welcome.py +++ b/webapp_welcome.py @@ -1,7 +1,7 @@ __filename__ = "webapp_welcome.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_welcome_final.py b/webapp_welcome_final.py index 2fe77bafa..983481b21 100644 --- a/webapp_welcome_final.py +++ b/webapp_welcome_final.py @@ -1,7 +1,7 @@ __filename__ = "webapp_welcome_final.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webapp_welcome_profile.py b/webapp_welcome_profile.py index 40791e99f..12a153544 100644 --- a/webapp_welcome_profile.py +++ b/webapp_welcome_profile.py @@ -1,7 +1,7 @@ __filename__ = "webapp_welcome_profile.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/webfinger.py b/webfinger.py index ae93426c2..8d4e082e9 100644 --- a/webfinger.py +++ b/webfinger.py @@ -1,7 +1,7 @@ __filename__ = "webfinger.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production" diff --git a/xmpp.py b/xmpp.py index 1cdc57510..24ad984d2 100644 --- a/xmpp.py +++ b/xmpp.py @@ -1,7 +1,7 @@ __filename__ = "xmpp.py" __author__ = "Bob Mottram" __license__ = "AGPL3+" -__version__ = "1.3.0" +__version__ = "1.4.0" __maintainer__ = "Bob Mottram" __email__ = "bob@libreserver.org" __status__ = "Production"