Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Fix version number.
Browse files Browse the repository at this point in the history
According to https://www.python.org/dev/peps/pep-0440/#pre-releases there should be no dot before the `a`. (Whereas `dev` needs a dot.)
Version numbers which do not conform to PEP-440 are understood as older than 0.0.
  • Loading branch information
Michael Howitz authored Aug 29, 2016
1 parent 2962b4a commit 23c5ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
install_requires=[
'setuptools',
'Products.ZCatalog >= 4.0.a2',
'Products.ZCatalog >= 4.0a2',
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 23c5ab6

Please sign in to comment.