Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 4, 2021
1 parent 79780bd commit 02adcbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## 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))
* Use wide unicode tags for wheels (cp27mu and cp36mu, as most Linux distributions use those) ([`afc609b`](https://github.com/ssc-oscar/oscar.py/commit/afc609b98012196ce7d7093a5a94b777642e83cf))

## v2.0.3 (2021-01-03)
### Fix
* Yet another ci debugging commit ([`4aa52f3`](https://github.com/ssc-oscar/oscar.py/commit/4aa52f36352494630870596ef4f1095064baf174))
Expand Down
2 changes: 1 addition & 1 deletion oscar.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import warnings
# `pip uninstall lzf && pip install python-lzf`
import lzf

__version__ = '2.0.3'
__version__ = '2.0.4'
__author__ = 'marat@cmu.edu'
__license__ = 'GPL v3'

Expand Down

0 comments on commit 02adcbb

Please sign in to comment.