Skip to content

Commit

Permalink
Buildcat version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Oct 22, 2021
1 parent 24ac05b commit b9f6b44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
=======
Expand Down
2 changes: 1 addition & 1 deletion buildcat/__init__.py
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/release-notes.rst
Expand Up @@ -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
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/support.rst
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit b9f6b44

Please sign in to comment.