changeset 24:b43cb919b1e4

minor text change + version bump
author Jeff Hammel <k0scist@gmail.com>
date Wed, 12 Apr 2017 10:57:57 -0700
parents 01b0ad159fe3
children 3c9e8c9816df
files README.txt setup.py
diffstat 2 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Sun Jul 27 13:17:47 2014 -0700
+++ b/README.txt	Wed Apr 12 10:57:57 2017 -0700
@@ -1,8 +1,8 @@
-WSGI Software
-=============
+WSGI Integration
+================
 
-wsgintegrate provides an integration layer to support general-purpose
-WSGI pipes 
+``wsgintegrate`` provides an integration layer to support general-purpose
+WSGI pipes
 
 
 wsgintegrate core
@@ -10,7 +10,7 @@
 
 - pyloader: utilities for loading and calling python objects
   : url: http://k0s.org/hg/pyloader
-  : provides: python loader  
+  : provides: python loader
 
 - wgintegrate: wsgintegrate provides an integration layer to support
   general-purpose WSGI pipes
@@ -46,7 +46,7 @@
 
 - wsgiblob: a precursor of wsgintegrate and pyloader
   : url: http://k0s.org/hg/wsgiblob/
-  
+
 
 WSGI Endpoint Apps
 ------------------
@@ -58,7 +58,7 @@
   : type: app
 
 - clwapp: convert a CLI script into a WSGI app
-  : url: http://k0s.org/hg/clwapp/ 
+  : url: http://k0s.org/hg/clwapp/
   : type: app
 
 - decoupage: dynamic file server
@@ -108,7 +108,7 @@
   : requires: lxmlmiddleware
   : type: app, middleware, unfinished
 
-- SVG site map: make an SVG directed graph counting HTTP references 
+- SVG site map: make an SVG directed graph counting HTTP references
   : url: http://k0s.org/hg/svgsitemap/
   : provides: directed graph
   : dependencies: graphviz
--- a/setup.py	Sun Jul 27 13:17:47 2014 -0700
+++ b/setup.py	Wed Apr 12 10:57:57 2017 -0700
@@ -1,7 +1,7 @@
 from setuptools import setup
 import os
 
-version = '0.1.2'
+version = '0.1.3'
 
 # description
 try: