Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
git subrepo pull gherkin/python
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "gherkin/python"
  merged:   "69218152"
upstream:
  origin:   "https://github.com/cucumber/gherkin-python.git"
  branch:   "master"
  commit:   "69218152"
git-subrepo:
  version:  "0.4.0"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "db54757"
  • Loading branch information
aslakhellesoy committed Oct 13, 2017
1 parent fd204a2 commit cee6958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitrepo
Expand Up @@ -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
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit cee6958

Please sign in to comment.