Skip to content

Commit

Permalink
Merge pull request #307 from amperser/v0.3.6
Browse files Browse the repository at this point in the history
v0.3.6
  • Loading branch information
suchow committed Mar 7, 2016
2 parents ff4896e + ac2a87e commit a51d09d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proselint/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Proselint version number."""

__version__ = "0.3.5"
__version__ = "0.3.6"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.5
current_version = 0.3.6
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -9,3 +9,4 @@ message = "Bump version to {new_version}"

[metadata]
description-file = README.md

4 changes: 3 additions & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ <h1>A linter for prose.</h1>

<p><tt>proselint</tt> places the world&rsquo;s greatest writers and editors by your side, where they whisper suggestions on how to improve your prose. You&rsquo;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&rsquo;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.</p>

<p>Currently, <tt>proselint</tt> is a command-line utility that is meant to be integrated into other tools. There&rsquo;s a plugin for Sublime Text. It&rsquo;s open-source software available under the permissive BSD license. Work on <tt>proselint</tt> happens over <a href="https://github.com/amperser/proselint/">on Github</a>. We welcome <a href="/contributing">contributors.</a></p>
<p>See a live demo at <a href="http://proselint.com/write">http://proselint.com/write</a>. (It's been tested only on the latest version of Chrome.)</p>

<p>Currently, <tt>proselint</tt> is a command-line utility that is meant to be integrated into other tools. You can install it using pip: <tt>pip install proselint</tt>. There&rsquo;s a plugin for Sublime Text. It&rsquo;s open-source software available under the permissive BSD license. Work on <tt>proselint</tt> happens over <a href="https://github.com/amperser/proselint/">on Github</a>. We welcome <a href="/contributing">contributors.</a></p>

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

Expand Down

0 comments on commit a51d09d

Please sign in to comment.