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

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
- Hopefully user's should need docutils available at the time of pip
  install
- Also publish a wheel
  • Loading branch information
alcarney committed Oct 28, 2018
1 parent 7058f8a commit 9739f15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ python:
- 3.6

install:
- pip install -r requirements.txt
- pip install tox

script:
- tox -e docs

deploy:
provider: pypi
distributions: "sdist bdist_wheel"
user: alcarney
skip_cleanup: true
password:
Expand Down
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
v0.1.1 - 2018-10-28
-------------------

Fixed
^^^^^

- Don't require users to have docutils available at the time of pip installing
the package

v0.1.0 - 2018-10-28
-------------------

Initial Release
2 changes: 1 addition & 1 deletion sphinx_stylo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 9739f15

Please sign in to comment.