Releases: Shopify/shopify_python
Releases · Shopify/shopify_python
v0.5.3
Bump latest version to 0.5.3 (#113)
Bugfixes:
- Pin astroid dependency to fix failing tests (#112)
- Gate typing package to
< 3.7
(#112)
v0.5.2
Merge pull request #108 from Shopify/include-typing-marker-for-mypy
Include typing marker for mypy (PEP-561).
v0.4.4
Checks added :
- Check for blank line after a class definition #86
Bugfixes:
- Bump GitPython to 2.1.8 #87
- Astroid less than 1.6 #89
- Fix the crash on Autopep8 breaking change #91
v0.4.3
Bugfix release that includes these bugfixes:
- Lambda_func and operators (#83)
v0.4.2
Bugfix release that includes these bugfixes:
- Add support for 'is' keyword #79
v0.4.1
This release includes these bugfixes/testing improvements:
- Change how we specify environment markers (#75; fixes issue with our usage of
setuptools
36.2.0)
- Functional tests (#66)
v0.4.0
This feature release includes the following feature-adding PRs:
- no semi-colons #58
- prefer operator functions to lambdas #57
- use PyLint 1.7.1 #69
v0.3.0
Merge pull request #56 from Shopify/fix_install_requires
fix install_requires in setup.py