Skip to content

Commit

Permalink
Merge pull request #10 from ansrivas/release-0.2.6
Browse files Browse the repository at this point in the history
release 0.2.6
  • Loading branch information
ansrivas authored Mar 14, 2019
2 parents 70d93ea + e12a6a4 commit 44e5271
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# tag:0.2.6 / 2019-03-14
- Fixes issue 8

# tag:0.2.5 / 2018-11-14
- Code Refactor
- Introduced a new parameter `log_context` which will let users define a dictionary with some contextual information.
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Current stable version:

::

0.2.5
0.2.6

Installation:
~~~~~~~~~~~~~
Expand All @@ -39,11 +39,11 @@ Install by adding to setup.py of your project
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Add the following to the ``install_requires`` parameter of your setup
function: ``install_requires=['pylogging==0.2.5'],``
function: ``install_requires=['pylogging==0.2.6'],``

- Add the following to the ``dependency_links`` parameter of your setup
function:
``dependency_links=['https://github.com/ansrivas/pylogging/tarball/master#egg=pylogging-0.2.5'],``
``dependency_links=['https://github.com/ansrivas/pylogging/tarball/master#egg=pylogging-0.2.6'],``

- Install your project along with ``pylogging`` by running the command:
``python setup.py install``
Expand Down
2 changes: 1 addition & 1 deletion pylogging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .handler_types import HandlerType
from .formatters import Formatters

__version__ = '0.2.5'
__version__ = '0.2.6'

0 comments on commit 44e5271

Please sign in to comment.