We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a30557 + 0ac3363 commit fa72930Copy full SHA for fa72930
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Devel
2
3
+## 1.1.0
4
+
5
- Warn when an assignment is already open for a student when running `open`
6
- Calling `assign` with the `--open` flag assigns and opens an assignment in one step
7
- Removed remaining lint as specified by pylint.
setup.py
@@ -22,7 +22,7 @@
22
23
# Versions should comply with PEP 440:
24
# https://www.python.org/dev/peps/pep-0440/
25
- version='1.0.0',
+ version='1.1.0',
26
27
description='Automatically assign programming homework to students on GitLab',
28
long_description=long_description,
0 commit comments