Skip to content

Commit

Permalink
v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljb committed Dec 7, 2018
1 parent 1ed2e99 commit 8142e2c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.2
current_version = 1.13.3
tag = true
commit = true

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.13.3 (2018-12-06)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.13.3)

- Update i18n dependency to allow v1.1.1. This fixes an issue with
installation with Vagrant 2.2.x
([jarretlavallee:fix/master/il8n_deps](https://github.com/nsidc/vagrant-vsphere/pull/273)).

## [1.13.2 (2017-12-06)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.13.2)

- Update rbvmomi dependency to v1.11.5 and greater (but still less than
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This provider is built on top of the
* libxml2, libxml2-dev, libxslt, libxslt-dev

## Current Version
**version: 1.13.2**
**version: 1.13.3**

vagrant-vsphere (**version: 1.13.2**) is available from
vagrant-vsphere (**version: 1.13.3**) is available from
[RubyGems.org](https://rubygems.org/gems/vagrant-vsphere)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/vSphere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module VSphere
VERSION = '1.13.2'
VERSION = '1.13.3'
end
end

0 comments on commit 8142e2c

Please sign in to comment.