Skip to content

Commit fa72930

Browse files
Merge pull request #103 from redkyn/release-1.1.0
Release v1.1.0!
2 parents 4a30557 + 0ac3363 commit fa72930

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Devel
22

3+
## 1.1.0
4+
35
- Warn when an assignment is already open for a student when running `open`
46
- Calling `assign` with the `--open` flag assigns and opens an assignment in one step
57
- Removed remaining lint as specified by pylint.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Versions should comply with PEP 440:
2424
# https://www.python.org/dev/peps/pep-0440/
25-
version='1.0.0',
25+
version='1.1.0',
2626

2727
description='Automatically assign programming homework to students on GitLab',
2828
long_description=long_description,

0 commit comments

Comments
 (0)