File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# Contributing
22
3- Contributions are welcome, and they are greatly appreciated! Every
4- little bit helps, and credit will always be given.
3+ Contributions are welcome, and they are greatly appreciated!
4+ Every little bit helps, and credit will always be given.
55
66You can contribute in many ways:
77
@@ -24,8 +24,8 @@ and "help wanted" is open to whoever wants to implement it.
2424
2525### Implement Features
2626
27- Look through the GitHub issues for features. Anything tagged with "enhancement"
28- and "help wanted" is open to whoever wants to implement it.
27+ Look through the GitHub issues for features.
28+ Anything tagged with "enhancement" and "help wanted" is open to whoever wants to implement it.
2929
3030### Write Documentation
3131
Original file line number Diff line number Diff line change 6868# the built documents.
6969#
7070# The short X.Y version.
71-
7271version = v ("cattrs" )
7372# The full version, including alpha/beta/rc tags.
7473release = version
74+ if "dev" in release :
75+ release = version = "UNRELEASED"
7576
7677# The language for content autogenerated by Sphinx. Refer to documentation
7778# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments