From ebe57cead28cc566f16cf4e4e7f7682bff3ceeac Mon Sep 17 00:00:00 2001 From: mijdavis2 Date: Wed, 31 Aug 2016 07:38:07 -0700 Subject: [PATCH] :up: Update weppy version to 0.7.9 --- CHANGELOG.md | 3 +++ README.md | 2 +- app/index.js | 3 ++- app/templates/README.md | 2 +- app/templates/requirements.txt | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eca2456..cd557a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [2.0.4](https://github.com/mijdavis2/generator-weppy-mvc/tree/2.0.4) (2016-08-02) +[Full Changelog](https://github.com/mijdavis2/generator-weppy-mvc/compare/2.0.3...2.0.4) + ## [2.0.3](https://github.com/mijdavis2/generator-weppy-mvc/tree/2.0.3) (2016-07-18) [Full Changelog](https://github.com/mijdavis2/generator-weppy-mvc/compare/2.0.2...2.0.3) diff --git a/README.md b/README.md index 566bf12..d128484 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status][travis-image]][travis-url] [![Coverage percentage][coveralls-image]][coveralls-url] [![Codacy Badge][codacy-image]][codacy-url] -[![Weppy Version](https://img.shields.io/badge/weppy-0.7.8-blue.svg)](https://github.com/gi0baro/weppy) +[![Weppy Version](https://img.shields.io/badge/weppy-<%= weppyVersion %>-blue.svg)](https://github.com/gi0baro/weppy) # generator-weppy-mvc diff --git a/app/index.js b/app/index.js index ac8c97c..ed89a72 100644 --- a/app/index.js +++ b/app/index.js @@ -110,7 +110,8 @@ module.exports = yeoman.Base.extend({ packageDescription: this.answers.packageDescription, license: this.answers.license, year: this._defaultYear(), - includeLicense: this.answers.includeLicense + includeLicense: this.answers.includeLicense, + weppyVersion: '0.7.9' }; if (this.answers.useDirectory != this.appname) { this.destinationRoot(this.answers.useDirectory); diff --git a/app/templates/README.md b/app/templates/README.md index 46f09a2..2fb7df0 100644 --- a/app/templates/README.md +++ b/app/templates/README.md @@ -1,6 +1,6 @@ [![Build Status][travis-img]][travis-url] [![Coverage Status][coverall-img]][coverall-url] -[![Weppy Version](https://img.shields.io/badge/weppy-0.7.8-blue.svg)](https://github.com/gi0baro/weppy) +[![Weppy Version](https://img.shields.io/badge/weppy-<%= weppyVersion %>-blue.svg)](https://github.com/gi0baro/weppy) # <%= app_title %> diff --git a/app/templates/requirements.txt b/app/templates/requirements.txt index 6dd3e23..80f6f93 100644 --- a/app/templates/requirements.txt +++ b/app/templates/requirements.txt @@ -2,6 +2,6 @@ argparse==1.4.0 coverage==4.0.3 pytest-cov==2.2.1 pytest==2.9.1 -weppy==0.7.8 +weppy==<%= weppyVersion %> weppy-Haml==0.3 wheel==0.29.0