This repository was archived by the owner on Dec 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
## Enforcement
56
56
57
57
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at szmiev2000 @gmail.com . All
58
+ reported by contacting the project team at < zmievsa @gmail.com> . All
59
59
complaints will be reviewed and investigated and will result in a response that
60
60
is deemed necessary and appropriate to the circumstances. The project team is
61
61
obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -68,9 +68,9 @@ members of the project's leadership.
68
68
## Attribution
69
69
70
70
This Code of Conduct is adapted from the [ Contributor Covenant] [ homepage ] , version 1.4,
71
- available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
71
+ available at < https://www.contributor-covenant.org/version/1/4/code-of-conduct.html >
72
72
73
73
[ homepage ] : https://www.contributor-covenant.org
74
74
75
75
For answers to common questions about this code of conduct, see
76
- https://www.contributor-covenant.org/faq
76
+ < https://www.contributor-covenant.org/faq >
Original file line number Diff line number Diff line change 5
5
__title__ = "autograder"
6
6
__description__ = "Automatic assignment grading for instructor use in programming courses"
7
7
__author__ = "Stanislav Zmiev"
8
- __author_email__ = "szmiev2000 @gmail.com"
8
+ __author_email__ = "zmievsa @gmail.com"
9
9
__license__ = "GPL-3.0"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " autograder"
3
- version = " 3.7.5 "
3
+ version = " 3.7.6 "
4
4
description = " A simple, secure, and versatile way to automatically grade programming assignments"
5
- authors = [" Ovsyanka <szmiev2000 @gmail.com>" ]
5
+ authors = [" Stanislav Zmiev <zmievsa @gmail.com>" ]
6
6
license = " GPL-3.0"
7
7
readme = " README.md"
8
8
documentation = " https://ovsyanka83.github.io/autograder/"
You can’t perform that action at this time.
0 commit comments