Skip to content

Commit

Permalink
prepare for 0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Jan 19, 2017
1 parent 887e078 commit 4bfb603
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matrix:
- BIDICT_BUILD_DOCS_INSTEAD=1
- python: "3.5"
env:
- PYENV_PYTHON_VER=3.5.2
- PYENV_PYTHON_VER=3.5.3
- python: "3.6"
env:
# Travis has 3.6.0 installed already -> no need to use pyenv's
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Release Notifications
to automatically be notified via email
when a new version of bidict is released.

0.13.0 (not yet released)
-------------------------
0.13.0 (2017-01-19)
-------------------

- Support Python 3.6.

Expand Down
2 changes: 1 addition & 1 deletion bidict/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0.dev0
0.13.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'(%r): %r' % (long_description, e))

tests_require = [
'coverage==4.3.1',
'coverage==4.3.4',
'flake8==3.2.1',
'hypothesis==3.6.1',
'hypothesis-pytest==0.19.0',
Expand Down Expand Up @@ -48,7 +48,7 @@
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: ISC License',
'License :: OSI Approved :: ISC License (ISCL)', # https://github.com/jab/bidict/pull/38#issuecomment-273007773
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 4bfb603

Please sign in to comment.