Skip to content

Commit

Permalink
Self bumped version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jan 8, 2017
1 parent c0aace0 commit 8f0c9f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

Current
-------
0.3.3 (2017-01-08)
------------------

- Push action is verbose

Expand Down
16 changes: 8 additions & 8 deletions README.rst
Expand Up @@ -2,17 +2,17 @@
Bump'R
======

.. image:: https://secure.travis-ci.org/noirbizarre/bumpr.svg?branch=master
.. image:: https://secure.travis-ci.org/noirbizarre/bumpr.svg?tag=0.3.3
:target: https://travis-ci.org/noirbizarre/bumpr
:alt: Build status
.. image:: https://coveralls.io/repos/noirbizarre/bumpr/badge.svg?branch=master
:target: https://coveralls.io/r/noirbizarre/bumpr?branch=master
.. image:: https://coveralls.io/repos/noirbizarre/bumpr/badge.svg?tag=0.3.3
:target: https://coveralls.io/r/noirbizarre/bumpr?tag=0.3.3
:alt: Code coverage
.. image:: https://requires.io/github/noirbizarre/bumpr/requirements.svg?branch=master
:target: https://requires.io/github/noirbizarre/bumpr/requirements/?branch=master
.. image:: https://requires.io/github/noirbizarre/bumpr/requirements.svg?tag=0.3.3
:target: https://requires.io/github/noirbizarre/bumpr/requirements/?tag=0.3.3
:alt: Requirements Status
.. image:: https://readthedocs.org/projects/bumpr/badge/?version=latest
:target: https://bumpr.readthedocs.io/en/latest/
.. image:: https://readthedocs.org/projects/bumpr/badge/?version=0.3.3
:target: https://bumpr.readthedocs.io/en/0.3.3/
:alt: Documentation status
.. image:: https://img.shields.io/pypi/l/bumpr.svg
:target: https://pypi.python.org/pypi/bumpr
Expand Down Expand Up @@ -114,4 +114,4 @@ This way you only have to specify which part you want to bump on the command lin
Documentation
=============

The documentation is hosted `on Read the Docs <https://bumpr.readthedocs.io/en/latest/>`_
The documentation is hosted `on Read the Docs <https://bumpr.readthedocs.io/en/0.3.3/>`_
2 changes: 1 addition & 1 deletion bumpr/__about__.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = '0.3.3.dev' # pragma: no cover
__version__ = '0.3.3' # pragma: no cover
__description__ = 'Version bumper and Python package releaser' # pragma: no cover

0 comments on commit 8f0c9f6

Please sign in to comment.