Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Release 0.12 (#123)
Browse files Browse the repository at this point in the history
* Fix reading envlist from ``setup.cfg`` (#110).
  - thanks to @voronind for the pull request.
* Add docs and tests to sdist (#121).
  - thanks to @jayvdb for the pull request.
* Release an sdist in addition to the wheel.
  • Loading branch information
ryanhiebert authored Mar 14, 2019
1 parent 25862d4 commit de62ecd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
user: ryanhiebert-auto
password:
secure: KjQrEjwmfP+jqdHNQ6bJoNjOJHHz0kirrSORat2uJTulXaUs/nuDcZqTu7gxMFaM92z3eJZzTZmxO71cDhJiBt+FQhEtL/q8wd7Fv5d5v5EIlLFNqdEyCaTthSgXQa/HJTtbzjdFIEN8qCofHu+zEWMnb1ZHgUcK7hZHMCrHcVF4kD+k1myNro+1Pp/sGIUMUOkqocz+8OI2FuEQh0txXl0MLf2UEk53EK2noD4D/fm/YDDYJbAWlNPBbCBaU/ZGfzuFivh00bx9lAg7UB6t/A3iIasRUiAJbHdxvrxxGFAeOV/t09TcTtEcwBRyPe8JzSuReCROccyFB2TLOzfkt9h7TkdC2CWrMmXpI6UogTct++r3kavdsJuAZMbSy1jrnxkxtB1CW7DOly4v4JuyewpET7CnTjkhd9zIowESwJFjxwmns63AS2okQdPTCqsbbNp53Jk5fpf6qXwMFdaHT1kU1MpwoQPT0HnwLz3xybvjgfgu3t4KfEBvc0DCp89VMjCM9xkKTlziZkwOhXqaNhu+cVqo1/eUY/HDT/7V7xiL/U6U11UOrqtxkdDofoIl4NuiT7uoVaVctm/Y4kBEkJRZCwcjRsZJ0c06SvMvxhMDBUEM5IiXS6tH6Zp08MDYlclpKFGKdzOrxP2X0rVFIZ99KLyhfRNZuZcu92tDpP8=
distributions: bdist_wheel
distributions: sdist bdist_wheel
on:
all_branches: true
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.12 (2019-03-14)
+++++++++++++++++

* Fix reading envlist from ``setup.cfg`` (#110).
- thanks to @voronind for the pull request.
* Add docs and tests to sdist (#121).
- thanks to @jayvdb for the pull request.
* Release an sdist in addition to the wheel.

0.11 (2018-09-21)
+++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '0.11'
version = '0.12'
# The full version, including alpha/beta/rc tags.
release = '0.11'
release = '0.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def default_environment():
author_email='ryan@ryanhiebert.com',
url='https://github.com/tox-dev/tox-travis',
license='MIT',
version='0.11',
version='0.12',
package_dir={'': 'src'},
packages=find_packages('src'),
entry_points={
Expand Down

0 comments on commit de62ecd

Please sign in to comment.