Skip to content

Commit

Permalink
calmjs.parse-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metatoaster committed Apr 19, 2018
1 parent 2c8475d commit 1e10d58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -82,9 +82,3 @@ after_success:
pip install coveralls ;
coveralls ;
fi
branches:
only:
- testing
- master
- 1.0.x
- 2.0.x
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -5,12 +5,12 @@ A collection of parsers and helper libraries for understanding
ECMAScript; a near feature complete fork of |slimit|_. A CLI front-end
for this package is shipped separately as |crimp|_.

.. image:: https://travis-ci.org/calmjs/calmjs.parse.svg?branch=1.0.x
.. image:: https://travis-ci.org/calmjs/calmjs.parse.svg?branch=1.0.1
:target: https://travis-ci.org/calmjs/calmjs.parse
.. image:: https://ci.appveyor.com/api/projects/status/5dj8dnu9gmj02msu/branch/1.0.x?svg=true
:target: https://ci.appveyor.com/project/metatoaster/calmjs-parse/branch/1.0.x
.. image:: https://coveralls.io/repos/github/calmjs/calmjs.parse/badge.svg?branch=1.0.x
:target: https://coveralls.io/github/calmjs/calmjs.parse?branch=1.0.x
.. image:: https://ci.appveyor.com/api/projects/status/5dj8dnu9gmj02msu/branch/1.0.1?svg=true
:target: https://ci.appveyor.com/project/metatoaster/calmjs-parse/branch/1.0.1
.. image:: https://coveralls.io/repos/github/calmjs/calmjs.parse/badge.svg?branch=1.0.1
:target: https://coveralls.io/github/calmjs/calmjs.parse?branch=1.0.1

.. |calmjs.parse| replace:: ``calmjs.parse``
.. |crimp| replace:: ``crimp``
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,2 +1,2 @@
[egg_info]
tag_build = pre
tag_build =
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def __init__(self, *a, **kw):
call, [sys.executable, '-m', 'calmjs.parse.parsers.optimize'])


version = '1.0.0'
version = '1.0.1'

classifiers = """
Development Status :: 5 - Production/Stable
Expand Down

0 comments on commit 1e10d58

Please sign in to comment.