Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
I hit this bug in Travis that prevents me from using token
authentication and can't get the workaround to, er, work
(travis-ci/travis.rb#687 (comment)).
Hence, version 0.5 is botched and we have v0.5.1...
  • Loading branch information
rafguns committed Apr 20, 2020
1 parent 2e735e0 commit ae7adc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,8 @@ after_success: coveralls
deploy:
provider: pypi
user: rafguns
password: secure: RCP8uJP9y4avKdRC1A5fkQFi00Ssgfn9gwhVpEoDVR0JkaZ+Ei9ZnseTPLbydeFxZmO1FwF7aR8ISdArjjvYxtYWmhjVLtTpkWQKvk/avT5rFNsR33eiZtzCOScJqXtrexF8IlRL4rYEKz2JA+kLnCVrfhTyx8jwdDZccC2bfH8=
password:
secure: RCP8uJP9y4avKdRC1A5fkQFi00Ssgfn9gwhVpEoDVR0JkaZ+Ei9ZnseTPLbydeFxZmO1FwF7aR8ISdArjjvYxtYWmhjVLtTpkWQKvk/avT5rFNsR33eiZtzCOScJqXtrexF8IlRL4rYEKz2JA+kLnCVrfhTyx8jwdDZccC2bfH8=
skip_existing: true
on:
tags: true
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -3,8 +3,10 @@ Changelog

**Note**: I only started keeping this changelog from version 0.5 onwards.

Version 0.5
-----------
Version 0.5.1
-------------

(I botched the release of v0.5, hence 0.5.1)

- Python 3.8 officially supported!

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name="linkpred",
version="0.5",
version="0.5.1",
url="http://github.com/rafguns/linkpred/",
license="New BSD License",
author="Raf Guns",
Expand Down

0 comments on commit ae7adc8

Please sign in to comment.