Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kezabelle committed Jul 1, 2018
1 parent 80d83dd commit 255baf2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.6.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django-haystackbrowser

:author: Keryn Knight

.. |travis_stable| image:: https://travis-ci.org/kezabelle/django-haystackbrowser.svg?branch=0.6.2
.. |travis_stable| image:: https://travis-ci.org/kezabelle/django-haystackbrowser.svg?branch=0.6.3
:target: https://travis-ci.org/kezabelle/django-haystackbrowser/branches

.. |travis_master| image:: https://travis-ci.org/kezabelle/django-haystackbrowser.svg?branch=master
Expand All @@ -35,7 +35,7 @@ django-haystackbrowser
============== ======
Release Status
============== ======
stable (0.6.2) |travis_stable|
stable (0.6.3) |travis_stable|
master |travis_master|
============== ======

Expand Down Expand Up @@ -175,17 +175,17 @@ Using pip
The best way to grab the package is using ``pip`` to grab latest release from
`PyPI`_::

pip install django-haystackbrowser==0.6.2
pip install django-haystackbrowser==0.6.3

The alternative is to use ``pip`` to install the master branch in ``git``::

pip install git+https://github.com/kezabelle/django-haystackbrowser.git#egg=django-haystackbrowser

Any missing dependencies will be resolved by ``pip`` automatically.

If you want the last release (0.6.2), such as it is, you can do::
If you want the last release (0.6.3), such as it is, you can do::

pip install git+https://github.com/kezabelle/[email protected].2#egg=django-haystackbrowser
pip install git+https://github.com/kezabelle/[email protected].3#egg=django-haystackbrowser

You can find all previous releases `tagged on GitHub`_

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.2'
version = '0.6.3'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions haystackbrowser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__version_info__ = '0.6.2'
__version__ = '0.6.2'
version = '0.6.2'
__version_info__ = '0.6.3'
__version__ = '0.6.3'
version = '0.6.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def make_readme(root_path):

setup(
name='django-haystackbrowser',
version='0.6.2',
version='0.6.3',
description=SHORT_DESC,
author='Keryn Knight',
author_email='[email protected]',
Expand Down

0 comments on commit 255baf2

Please sign in to comment.