Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nunes committed Jun 29, 2016
2 parents 0e09f97 + 064a7ea commit bda4b21
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog
=========


1.5.1 (2016-06-29)

* Fixed CI server builds.


----------------------------------


1.5.0 (2016-06-29)

* Warnings should now report empty "source" fields.
Expand Down
2 changes: 1 addition & 1 deletion dev/appveyor-bootstrap.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set PATH=C:\Miniconda-x64;C:\Miniconda-x64\Scripts;%PATH%
set PATH=C:\Miniconda-x64;C:\Miniconda-x64\Scripts;

conda create -y -n fomod-validator^
-c https://conda.anaconda.org/mmcauliffe^
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.5.1
current_build = 0

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='fomod-validator',
version='1.5.0',
version='1.5.1',
license='Apache 2.0',
description='',
long_description='',
Expand Down

0 comments on commit bda4b21

Please sign in to comment.