Skip to content

Commit

Permalink
bumped version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrx committed Feb 21, 2018
1 parent cd1e860 commit febc812
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Faktory Worker Python Change Log
# [Changelog](https://github.com/cdrx/faktory_worker_python/releases)

All notable changes to this project will be documented in this file.

Expand All @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
-


## 0.4 - 2018-02-21
## 0.4.0 - 2018-02-21

- Added support for job priorities
- Added validation if args isn't something faktory will accept
Expand Down
2 changes: 1 addition & 1 deletion faktory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .client import Client
from .exceptions import *

__version__ = '0.3'
__version__ = '0.4.0'
__url__ = 'https://github.com/cdrx/faktory_worker_python'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='faktory',
version='0.3',
version='0.4.0',
description='Python worker for the Faktory project',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit febc812

Please sign in to comment.