Skip to content
This repository was archived by the owner on Aug 4, 2019. It is now read-only.

Commit 9739f15

Browse files
committed
Fixes
- Hopefully user's should need docutils available at the time of pip install - Also publish a wheel
1 parent 7058f8a commit 9739f15

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ python:
33
- 3.6
44

55
install:
6-
- pip install -r requirements.txt
76
- pip install tox
87

98
script:
109
- tox -e docs
1110

1211
deploy:
1312
provider: pypi
13+
distributions: "sdist bdist_wheel"
1414
user: alcarney
1515
skip_cleanup: true
1616
password:

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
v0.1.1 - 2018-10-28
2+
-------------------
3+
4+
Fixed
5+
^^^^^
6+
7+
- Don't require users to have docutils available at the time of pip installing
8+
the package
9+
10+
v0.1.0 - 2018-10-28
11+
-------------------
12+
13+
Initial Release

sphinx_stylo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)