Skip to content

Commit

Permalink
Release 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Dec 15, 2016
1 parent 2b873b0 commit 5652a32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Maintainence
------------


Enable 4.6.1
============

Fixes
-----

* PR #257: Fix a problem encountered when installing from pip


Enable 4.6.0
============

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
from numpy.distutils.misc_util import is_string

MAJOR = 4
MINOR = 7
MICRO = 0
MINOR = 6
MICRO = 1

IS_RELEASED = False
IS_RELEASED = True

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 5652a32

Please sign in to comment.