Skip to content

Commit

Permalink
1.2.5 - Prevent MyCapytain 3.0.0 to install
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Oct 23, 2019
2 parents f16a717 + 1160e1d commit b3f12a6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ docs/_build/
# PyBuilder
target/

.rngs/

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dist: xenial
language: python
python:
- "3.4.5"
- "3.5"
- "3.6"
- "3.7"
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.5 - 2019-10-23

- Changed requirments.txt so that MyCapytain < 3.0.0 will be installed

## 1.2.4 - 2019-07-01

- Mostly warning fixed thanks to @rilian
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MyCapytain>=2.0.8
MyCapytain>=2.0.8,<3.0.0
jingtrang==0.1.1
requests>=2.8.1
prettytable==0.7.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='HookTest',
version="1.2.4",
version="1.2.5",
description='Hook Test Script for GitHub/CapiTainS repositories',
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit b3f12a6

Please sign in to comment.