Skip to content

Commit e0a75a9

Browse files
Merge pull request #115 from redkyn/release-1.1.1
Release v1.1.1
2 parents 7d457c8 + 085d3dc commit e0a75a9

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.1
4+
35
- Fixed `get` failing to clone new repos with error `Remote branch ['master'] not found in upstream origin`
46

57
## 1.1.0

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.1.0',
25+
version='1.1.1',
2626

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

0 commit comments

Comments
 (0)