diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46a92039..29d580ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing -Contributions are welcome, and they are greatly appreciated! Every -little bit helps, and credit will always be given. +Contributions are welcome, and they are greatly appreciated! +Every little bit helps, and credit will always be given. You can contribute in many ways: @@ -24,8 +24,8 @@ and "help wanted" is open to whoever wants to implement it. ### Implement Features -Look through the GitHub issues for features. Anything tagged with "enhancement" -and "help wanted" is open to whoever wants to implement it. +Look through the GitHub issues for features. +Anything tagged with "enhancement" and "help wanted" is open to whoever wants to implement it. ### Write Documentation diff --git a/docs/conf.py b/docs/conf.py index 52c385ad..884dcbb7 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,10 +68,11 @@ # the built documents. # # The short X.Y version. - version = v("cattrs") # The full version, including alpha/beta/rc tags. release = version +if "dev" in release: + release = version = "UNRELEASED" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.