From 86dc36a5eeadceca9be7ae56a8d8de9dabff32e5 Mon Sep 17 00:00:00 2001 From: Jordan Suchow Date: Mon, 7 Mar 2016 00:49:45 -0800 Subject: [PATCH 1/2] "Bump version to 0.3.6" --- proselint/version.py | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/proselint/version.py b/proselint/version.py index 17e524a86..4f3e23c29 100644 --- a/proselint/version.py +++ b/proselint/version.py @@ -1,3 +1,3 @@ """Proselint version number.""" -__version__ = "0.3.5" +__version__ = "0.3.6" diff --git a/setup.cfg b/setup.cfg index ff22f6468..07fd49ee1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True tag_name = {new_version} @@ -9,3 +9,4 @@ message = "Bump version to {new_version}" [metadata] description-file = README.md + From ac2a87e5441d1a752be7a83d302dd8e7df173426 Mon Sep 17 00:00:00 2001 From: Jordan Suchow Date: Mon, 7 Mar 2016 00:54:44 -0800 Subject: [PATCH 2/2] Update site --- site/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index caedbf0c1..84fd52ef4 100755 --- a/site/index.html +++ b/site/index.html @@ -10,7 +10,9 @@

A linter for prose.

proselint places the world’s greatest writers and editors by your side, where they whisper suggestions on how to improve your prose. You’ll be guided by advice inspired by Bryan Garner, David Foster Wallace, Chuck Palahniuk, Steve Pinker, Mary Norris, Mark Twain, Elmore Leonard, George Orwell, Matthew Butterick, William Strunk, E.B. White, Philip Corbett, Ernest Gowers, and the editorial staff of the world’s finest literary magazines and newspapers, among others. Our goal is to aggregate knowledge about best practices in writing and to make that knowledge immediately accessible to all authors in the form of a linter for prose.

-

Currently, proselint is a command-line utility that is meant to be integrated into other tools. There’s a plugin for Sublime Text. It’s open-source software available under the permissive BSD license. Work on proselint happens over on Github. We welcome contributors.

+

See a live demo at http://proselint.com/write. (It's been tested only on the latest version of Chrome.)

+ +

Currently, proselint is a command-line utility that is meant to be integrated into other tools. You can install it using pip: pip install proselint. There’s a plugin for Sublime Text. It’s open-source software available under the permissive BSD license. Work on proselint happens over on Github. We welcome contributors.

With time, proselint will become fast, precise, exhaustive, and authoritative. Eventually, it will be unthinkable to write without it by your side.