Skip to content

Commit

Permalink
Merge pull request RIPE-NCC#132 from danielquinn/next-release
Browse files Browse the repository at this point in the history
The latest release 1.2.0 is broken
  • Loading branch information
astrikos committed Dec 15, 2015
2 parents 92b7c31 + a59a1d2 commit 0d214a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ include README.rst
include CHANGES.rst
include MANIFEST.in
recursive-include ripe *.py
recursive-include ripe *.yaml
recursive-include ripe *.txt
recursive-include tests *.py
2 changes: 1 addition & 1 deletion ripe/atlas/tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.2.0"
__version__ = "1.2.1"
2 changes: 1 addition & 1 deletion tests/commands/measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from random import randint

# Python 3 comes with mock in unittest
# Python 3.4+ comes with mock in unittest
try:
from unittest import mock
except ImportError:
Expand Down

0 comments on commit 0d214a3

Please sign in to comment.