Skip to content

Commit

Permalink
Merge branch 'release/0.4.0'
Browse files Browse the repository at this point in the history
* release/0.4.0:
  Prep 0.4.0 release
  Temp remove buggy codedov badges
  • Loading branch information
donnemartin committed May 9, 2016
2 parents c0b82a6 + 7dd9cf2 commit 4df732c
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 10 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
![Imgur](http://i.imgur.com/PMQPfxv.gif)

[![Build Status](https://travis-ci.org/donnemartin/gitsome.svg?branch=master)](https://travis-ci.org/donnemartin/gitsome) [![PyPI version](https://badge.fury.io/py/gitsome.svg)](http://badge.fury.io/py/gitsome) [![PyPI](https://img.shields.io/pypi/pyversions/gitsome.svg)](https://pypi.python.org/pypi/gitsome/) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

gitsome
=======

>A Supercharged Git/Shell Autocompleter with GitHub Integration.
To view the latest `README`, `docs`, and `code` visit the GitHub repo:

https:/donnemartin/gitsome

To submit bugs or feature requests, visit the issue tracker:

https:/donnemartin/gitsome/issues

Changelog
=========

0.4.0 (2016-05-09)
------------------

- Initial release.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.. figure:: http://i.imgur.com/PMQPfxv.gif
:alt: Imgur

Imgur

|Build Status| |PyPI version| |PyPI| |License|

gitsome
=======

A Supercharged Git/Shell Autocompleter with GitHub Integration.

To view the latest ``README``, ``docs``, and ``code`` visit the GitHub
repo:

https:/donnemartin/gitsome

To submit bugs or feature requests, visit the issue tracker:

https:/donnemartin/gitsome/issues

Changelog
=========

0.4.0 (2016-05-09)
------------------

- Initial release.

.. |Build Status| image:: https://travis-ci.org/donnemartin/gitsome.svg?branch=master
:target: https://travis-ci.org/donnemartin/gitsome
.. |PyPI version| image:: https://badge.fury.io/py/gitsome.svg
:target: http://badge.fury.io/py/gitsome
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/gitsome.svg
:target: https://pypi.python.org/pypi/gitsome/
.. |License| image:: http://img.shields.io/:license-apache-blue.svg
:target: http://www.apache.org/licenses/LICENSE-2.0.html
5 changes: 5 additions & 0 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ L. Input a tag

M. Push tagged release to develop and master

$ git checkout master
$ git push

Might need to recreate develop branch.

N. Set CHANGELOG as `README.md`

$ scripts/set_changelog_as_readme.sh
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ gitsome

>A Supercharged Git/Shell Autocompleter with GitHub Integration.
[![Build Status](https://travis-ci.org/donnemartin/gitsome.svg?branch=master)](https://travis-ci.org/donnemartin/gitsome) [![Codecov](https://img.shields.io/codecov/c/github/donnemartin/gitsome.svg)](https://codecov.io/github/donnemartin/gitsome/gitsome)

[![PyPI version](https://badge.fury.io/py/gitsome.svg)](http://badge.fury.io/py/gitsome) [![PyPI](https://img.shields.io/pypi/pyversions/gitsome.svg)](https://pypi.python.org/pypi/gitsome/) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://travis-ci.org/donnemartin/gitsome.svg?branch=master)](https://travis-ci.org/donnemartin/gitsome) [![PyPI version](https://badge.fury.io/py/gitsome.svg)](http://badge.fury.io/py/gitsome) [![PyPI](https://img.shields.io/pypi/pyversions/gitsome.svg)](https://pypi.python.org/pypi/gitsome/) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

## Motivation

Expand Down Expand Up @@ -597,12 +595,6 @@ Continuous integration details are available on [Travis CI](https://travis-ci.or

### Unit Tests and Code Coverage

[![Codecov](https://img.shields.io/codecov/c/github/donnemartin/gitsome.svg)](https://codecov.io/github/donnemartin/gitsome/gitsome)

![](http://codecov.io/github/donnemartin/gitsome/branch.svg?branch=master)

Code coverage details are available on [Codecov](https://codecov.io/github/donnemartin/gitsome/gitsome).

Run unit tests in your active Python environment:

$ python tests/run_tests.py
Expand Down
2 changes: 1 addition & 1 deletion gitsome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

__version__ = '0.1.0'
__version__ = '0.4.0'

0 comments on commit 4df732c

Please sign in to comment.