Skip to content

Commit

Permalink
Prepare 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 17, 2019
1 parent 5294a28 commit 7cdb351
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ Matyan
======
Generate changelog from Git commits.

.. image:: https://img.shields.io/pypi/v/jira-git-changelog.svg
:target: https://pypi.python.org/pypi/jira-git-changelog
.. image:: https://img.shields.io/pypi/v/matyan.svg
:target: https://pypi.python.org/pypi/matyan
:alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/jira-git-changelog.svg
:target: https://pypi.python.org/pypi/jira-git-changelog/
.. image:: https://img.shields.io/pypi/pyversions/matyan.svg
:target: https://pypi.python.org/pypi/matyan/
:alt: Supported Python versions

.. image:: https://img.shields.io/travis/barseghyanartur/jira-git-changelog/master.svg
:target: http://travis-ci.org/barseghyanartur/jira-git-changelog
.. image:: https://img.shields.io/travis/barseghyanartur/matyan/master.svg
:target: http://travis-ci.org/barseghyanartur/matyan
:alt: Build Status

.. image:: https://img.shields.io/badge/license-GPL--2.0--only%20OR%20LGPL--2.1--or--later-blue.svg
:target: https://github.com/barseghyanartur/jira-git-changelog/#License
:target: https://github.com/barseghyanartur/matyan/#License
:alt: MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later

.. image:: https://coveralls.io/repos/github/barseghyanartur/jira-git-changelog/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/barseghyanartur/jira-git-changelog?branch=master
.. image:: https://coveralls.io/repos/github/barseghyanartur/matyan/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/barseghyanartur/matyan?branch=master
:alt: Coverage

Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except:
readme = ''

version = '0.0.1'
version = '0.0.2'

setup(
name='matyan',
Expand Down
2 changes: 1 addition & 1 deletion src/matyan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)

__title__ = 'matyan'
__version__ = '0.0.1'
__version__ = '0.0.2'
__author__ = 'Artur Barseghyan'
__copyright__ = '2019 Artur Barseghyan'
__license__ = 'GPL-2.0-only OR LGPL-2.0-or-later'
Expand Down

0 comments on commit 7cdb351

Please sign in to comment.