Skip to content

Commit

Permalink
Bumping version to 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
corps committed Sep 18, 2018
1 parent 5231c2a commit 50310e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ rollbar.egg-info/
*~
Pipfile
Pipfile.lock
.pytest_cache/
2 changes: 1 addition & 1 deletion rollbar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from rollbar.lib import events, filters, dict_merge, parse_qs, text, transport, urljoin, iteritems

__version__ = '0.14.4'
__version__ = '0.14.5'
__log_name__ = 'rollbar'
log = logging.getLogger(__log_name__)

Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python = let
};
in python36.override { inherit packageOverrides; };
pyrollbar = pkgs.callPackage ./. { inherit python; };
pyenv = python.withPackages(ps: with ps; [ pyrollbar twine ]);
pyenv = python.withPackages(ps: with ps; [ pyrollbar twine unittest2 mock pyramid ]);

in

Expand Down

0 comments on commit 50310e0

Please sign in to comment.