Skip to content

Commit

Permalink
calmjs-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metatoaster committed Jan 10, 2018
1 parent 1e0bf5a commit 21e1981
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ branches:
- 1.0.x
- 2.0.x
- 3.0.x
- 3.0.0
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ calmjs
A Python framework for building toolchains and utilities for working
with the Node.js ecosystem from within a Python environment.

.. image:: https://travis-ci.org/calmjs/calmjs.svg?branch=3.0.x
.. image:: https://travis-ci.org/calmjs/calmjs.svg?branch=3.0.0
:target: https://travis-ci.org/calmjs/calmjs
.. image:: https://ci.appveyor.com/api/projects/status/45054tm9cfk7ryam/branch/3.0.x?svg=true
:target: https://ci.appveyor.com/project/metatoaster/calmjs/branch/3.0.x
.. image:: https://coveralls.io/repos/github/calmjs/calmjs/badge.svg?branch=3.0.x
:target: https://coveralls.io/github/calmjs/calmjs?branch=3.0.x
.. image:: https://ci.appveyor.com/api/projects/status/45054tm9cfk7ryam/branch/3.0.0?svg=true
:target: https://ci.appveyor.com/project/metatoaster/calmjs/branch/3.0.0
.. image:: https://coveralls.io/repos/github/calmjs/calmjs/badge.svg?branch=3.0.0
:target: https://coveralls.io/github/calmjs/calmjs?branch=3.0.0

.. |AMD| replace:: AMD (Asynchronous Module Definition)
.. |calmjs.bower| replace:: ``calmjs.bower``
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[egg_info]
tag_build = pre
tag_build =

[bdist_wheel]
universal = 1

0 comments on commit 21e1981

Please sign in to comment.