From fa983bcb57b31d6d492c988c7cf9ef10784f9e3f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 4 Jan 2021 01:55:57 +0000 Subject: [PATCH] 2.0.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ oscar.pyx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a93bffb..0c557d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.0.5 (2021-01-04) +### Fix +* Prevent semantic release from ruining manylinux builds ([`0cf11ec`](https://github.com/ssc-oscar/oscar.py/commit/0cf11ecf8e07928d62eebfda883997c64b349481)) + ## v2.0.4 (2021-01-04) ### Fix * Apparently only Python2 needs *mu tag, Python3 should use *m one ([`3754db1`](https://github.com/ssc-oscar/oscar.py/commit/3754db15c043a5e4f181b6e788ba5259c7b1fbc2)) diff --git a/oscar.pyx b/oscar.pyx index 7e6de52..1e90d95 100644 --- a/oscar.pyx +++ b/oscar.pyx @@ -22,7 +22,7 @@ import warnings # `pip uninstall lzf && pip install python-lzf` import lzf -__version__ = '2.0.4' +__version__ = '2.0.5' __author__ = 'marat@cmu.edu' __license__ = 'GPL v3'