Skip to content

Commit 3201538

Browse files
committed
2.1.0
Automatically generated by python-semantic-release
1 parent 103ad5b commit 3201538

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.1.0 (2021-04-29)
6+
### Feature
7+
* Added first author property to Blob class ([`da1a0bc`](https://github.com/ssc-oscar/oscar.py/commit/da1a0bc6d5fd79512618026db5fb30ce213edfac))
8+
9+
### Fix
10+
* Trying to fix build by dropping py2 ([`103ad5b`](https://github.com/ssc-oscar/oscar.py/commit/103ad5b796cbc6b8514f494bf3da2dddd76ae62e))
11+
* Manylinux is not on default docker registry ([`afef5dd`](https://github.com/ssc-oscar/oscar.py/commit/afef5dd971f1cdd6ace9c2be67bc12de5f927e53))
12+
* Fixing docker image to manylinux2010 and using std=g11 flag instead of c99 ([`24f6dac`](https://github.com/ssc-oscar/oscar.py/commit/24f6dac2a8f5b7e621dcadf0444884d9d7a64948))
13+
* Giving up on manylinux2010 until fix is found: use userland install ([`6f7ca49`](https://github.com/ssc-oscar/oscar.py/commit/6f7ca49d5f8bb215e5b8a63c23feefca95b051ca))
14+
* Moving back to unsupported manylinux2010 to try to fix build error ([`583dcc9`](https://github.com/ssc-oscar/oscar.py/commit/583dcc93d3fbdd3a0e996ccae9db33bfa5eb5885))
15+
* Moving back to unsupported manylinux2010 to try to fix build error ([`aa2ded7`](https://github.com/ssc-oscar/oscar.py/commit/aa2ded73333653941017398e71372f7fcba36642))
16+
* Moving back to unsupported manylinux2010 to try to fix build error ([`0c9d6bb`](https://github.com/ssc-oscar/oscar.py/commit/0c9d6bb47105b3c99b25c997498a13029cde2917))
17+
* Dropping c99 to avoid posix incompatibilities ([`96d6f8e`](https://github.com/ssc-oscar/oscar.py/commit/96d6f8ec8045ecbd8b9adb2e7b2485a34e65720a))
18+
* Dropping c99 to avoid posix incompatibilities ([`d7ed3fb`](https://github.com/ssc-oscar/oscar.py/commit/d7ed3fb10929ca8bc911c7dfa5dc77640a18578a))
19+
20+
### Documentation
21+
* Disable production warnings in pages build environment ([`8cde418`](https://github.com/ssc-oscar/oscar.py/commit/8cde418bc00db8dbb1e8e5268fba5a6ddf63e2bf))
22+
* Make oscar importable by sphinx ([`307dcc4`](https://github.com/ssc-oscar/oscar.py/commit/307dcc4b13ca82fd10e2a754d18369455ba9cd65))
23+
* Fix classes autodoc ([`285b5b6`](https://github.com/ssc-oscar/oscar.py/commit/285b5b626e3d0efbd0aa5e7baf9f2862d0ef330a))
24+
525
## v2.0.5 (2021-01-04)
626
### Fix
727
* Prevent semantic release from ruining manylinux builds ([`0cf11ec`](https://github.com/ssc-oscar/oscar.py/commit/0cf11ecf8e07928d62eebfda883997c64b349481))

oscar.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import warnings
2222
# `pip uninstall lzf && pip install python-lzf`
2323
import lzf
2424

25-
__version__ = '2.0.5'
25+
__version__ = '2.1.0'
2626
__author__ = '[email protected]'
2727
__license__ = 'GPL v3'
2828

0 commit comments

Comments
 (0)