diff --git a/README.md b/README.md index 2c04998..db6bddc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Buildcat is the elegant, minimalist render farm based on [RQ](http://python-rq.o You can see the full Buildcat documentation with tutorials at https://buildcat.readthedocs.io ... for questions, comments, or suggestions, get -in touch with our team at https://buildcat.zulipchat.com. +in touch with our team at https://github.com/shead-custom-design/buildcat/discussions. License ======= diff --git a/buildcat/__init__.py b/buildcat/__init__.py index c87b05c..578474d 100644 --- a/buildcat/__init__.py +++ b/buildcat/__init__.py @@ -14,7 +14,7 @@ """Provides the Buildcat public API, for use by clients and integrations.""" -__version__ = "0.5.0-dev" +__version__ = "0.4.1" import functools import getpass diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 896cd86..8d62432 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -7,6 +7,12 @@ Release Notes ============= +Buildcat 0.4.1 - October 22nd, 2021 +----------------------------------- + +* Updated the way we collect code coverage data. +* Switched from Zulip to Github Discussions for support. + Buildcat 0.4.0 - October 14th, 2021 ----------------------------------- diff --git a/docs/support.rst b/docs/support.rst index 22ad046..551eb51 100644 --- a/docs/support.rst +++ b/docs/support.rst @@ -20,7 +20,7 @@ Our coverage statistics are updated automatically when modifications are committ For Buildcat questions, comments, or suggestions, get in touch with the team using chat at: -* https://buildcat.zulipchat.com +* https://github.com/shead-custom-design/buildcat/discussions Otherwise, you can contact Tim directly: diff --git a/setup.py b/setup.py index 6af1e89..281514d 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ maintainer_email="tim@shead-custom-design.gov", packages=find_packages(), project_urls={ - "Chat": "https://buildcat.zulipchat.com", + "Chat": "https://github.com/shead-custom-design/buildcat/discussions", "Coverage": "https://coveralls.io/r/shead-custom-design/buildcat", "Documentation": "https://buildcat.readthedocs.io", "Issue Tracker": "https://github.com/shead-custom-design/buildcat/issues",