Skip to content

Commit

Permalink
🆙 Update weppy version to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mijdavis2 committed Aug 31, 2016
1 parent 8fec2a2 commit ebe57ce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion app/templates/README.md
Original file line number Diff line number Diff line change
@@ -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 %>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ebe57ce

Please sign in to comment.