Skip to content

Commit

Permalink
release prep !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Sep 23, 2017
1 parent 6c76e5f commit 8e8f006
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Release History

.. :changelog:
v0.8.2 (2017-09-23) : Standing At the Station
----------------------------------------------

New
~~~
- Pypy and pypy3 support.

Changes
~~~~~~~
- 'nose' is no longer used/required for testing.

Fix
~~~
- Fix for Unicode paths when using Python2. Fixes #56.


v0.8.1 (2017-08-26) : I Can't Talk To You
------------------------------------------

Expand Down
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@

# -- Options for HTML output -------------------------------------------

on_rtd = os.environ.get('READTHEDOCS') == 'True'
if on_rtd:
html_theme = 'default'
else:
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a
# theme further. For a list of options available for each theme, see the
Expand Down
3 changes: 3 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ ipdb==0.10.3
nicfit.py[cookiecutter]==0.6.5
paver==1.2.4
pip-tools==1.9.0
pss==1.41
pyaml==17.8.0
sphinx-issues==0.3.1
sphinx_rtd_theme==0.2.4
sphinxcontrib-paverutils==1.16.0
tox==2.8.2
twine==1.9.1
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ test_py33:
dev:
- nicfit.py[cookiecutter]
- Sphinx
- sphinx_rtd_theme
- check-manifest
- flake8
- git+https://github.com/nicfit/gitchangelog.git
Expand All @@ -30,7 +31,8 @@ dev:
- paver
- cogapp
- sphinxcontrib-paverutils
- git+https://github.com/nicfit/gitchangelog.git
- pyaml
- pss
- sphinx-issues
# Upstream PR: https://bitbucket.org/dhellmann/sphinxcontrib-bitbucket/pull-requests/1/use-setuptools-over-distribute-python3/diff
#- sphinxcontrib-bitbucket
Expand Down
4 changes: 2 additions & 2 deletions src/eyed3/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def __parse_version(v): # pragma: nocover
return ver, rel, ver_info


__version__ = "0.8.1"
__release_name__ = "I Can't Talk To You"
__version__ = "0.8.2"
__release_name__ = "Standing At the Station"
__years__ = "2002-2017"

_, __release__, __version_info__ = __parse_version(__version__)
Expand Down

0 comments on commit 8e8f006

Please sign in to comment.