Skip to content

Releases: Shopify/shopify_python

v0.5.3

05 Jan 21:23
888ed78
Compare
Choose a tag to compare

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

20 Nov 20:25
39c5177
Compare
Choose a tag to compare
Merge pull request #108 from Shopify/include-typing-marker-for-mypy

Include typing marker for mypy (PEP-561).

v0.4.5

09 Apr 17:51
e3097f9
Compare
Choose a tag to compare

Checks added :

  • Forbid Sequence[str] #94

v0.4.4

06 Apr 19:16
Compare
Choose a tag to compare

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

22 Sep 19:43
Compare
Choose a tag to compare

Bugfix release that includes these bugfixes:

  • Lambda_func and operators (#83)

v0.4.2

19 Jul 16:32
Compare
Choose a tag to compare

Bugfix release that includes these bugfixes:

  • Add support for 'is' keyword #79

v0.4.1

14 Jul 17:38
Compare
Choose a tag to compare

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

16 Jun 20:36
Compare
Choose a tag to compare

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

07 Apr 16:56
Compare
Choose a tag to compare
Merge pull request #56 from Shopify/fix_install_requires

fix install_requires in setup.py