Skip to content

Commit

Permalink
Fixed #34
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jul 5, 2015
1 parent 427375b commit e8bce61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
be Changelog
=================

Version 0.3.5
-------------

- Fixed critical bug in `be activate` when using `pip install` to install `be`.

Version 0.3.4
-------------

Expand Down
2 changes: 1 addition & 1 deletion be/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 0
VERSION_MINOR = 3
VERSION_PATCH = 4
VERSION_PATCH = 5

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
version = '%i.%i.%i' % version_info
Expand Down

0 comments on commit e8bce61

Please sign in to comment.