diff --git a/.gitrepo b/.gitrepo index 493d80f..856d444 100644 --- a/.gitrepo +++ b/.gitrepo @@ -6,6 +6,6 @@ [subrepo] remote = https://github.com/cucumber/gherkin-python.git branch = master - commit = 576a447e9f6012888a2e49615feb53604325ecd4 - parent = 307dc5a69107ecea81059b508bd7c9ee47b211e7 + commit = 69218152e62ea6ddd28b522db2c2d9455ff20010 + parent = 247f41ef9f0db031372fd1db1a679d9e3cec79d6 cmdver = 0.4.0 diff --git a/setup.py b/setup.py index a1a8141..bd2e936 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ from distutils.core import setup setup(name='gherkin-official', packages=['gherkin', 'gherkin.pickles', 'gherkin.stream'], - version='4.1.3', + version='5.0.0', description='Gherkin parser (official, by Cucumber team)', author='Cucumber Ltd and Björn Rasmusson', author_email='cukes@googlegroups.com', url='https://github.com/cucumber/gherkin-python', license='MIT', - download_url='https://github.com/cucumber/gherkin-python/archive/v4.1.3.tar.gz', + download_url='https://github.com/cucumber/gherkin-python/archive/v5.0.0.tar.gz', keywords=['gherkin', 'cucumber', 'bdd'], scripts=['bin/gherkin'], classifiers=['Programming Language :: Python',