From 445e4693b16bf7515165882fd3571afc00202b81 Mon Sep 17 00:00:00 2001 From: MJ Davis Date: Thu, 10 Nov 2016 07:30:39 -0800 Subject: [PATCH] :memo: Update weppy versions in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eec2403..d2f2e12 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Weppy Version](https://img.shields.io/badge/weppy-0.8.2-blue.svg)](https://github.com/gi0baro/weppy) Starter Weppy is a python web application starter kit built on the [weppy framework](https://github.com/gi0baro/weppy). -Current version is based on Weppy 0.7 with an MVC scaffolding. +Current version is based on Weppy 0.8 with an MVC scaffolding. An api module, dev mode, and 100% test coverage are included out of the box. **Live demo: https://starter-weppy.com** @@ -13,7 +13,7 @@ An api module, dev mode, and 100% test coverage are included out of the box. ## Start a New Project: Use the Starter Weppy yeoman generator: [generator-weppy-mvc](https://github.com/mijdavis2/generator-weppy-mvc). > # generator-weppy-mvc - > [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage percentage][coveralls-image]][coveralls-url] [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ce0ad20ca59947af86b0f17a5779c804)](https://www.codacy.com/app/mijdavis2/generator-weppy-mvc?utm_source=github.com&utm_medium=referral&utm_content=mijdavis2/generator-weppy-mvc&utm_campaign=Badge_Grade) [![Weppy Version](https://img.shields.io/badge/weppy-0.7.9-blue.svg)](https://github.com/gi0baro/weppy) + > [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage percentage][coveralls-image]][coveralls-url] [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ce0ad20ca59947af86b0f17a5779c804)](https://www.codacy.com/app/mijdavis2/generator-weppy-mvc?utm_source=github.com&utm_medium=referral&utm_content=mijdavis2/generator-weppy-mvc&utm_campaign=Badge_Grade) [![Weppy Version](https://img.shields.io/badge/weppy-0.7.10-blue.svg)](https://github.com/gi0baro/weppy) > > The definitive [starter-weppy](https://github.com/mijdavis2/starter_weppy) generator.