Skip to content

Commit

Permalink
Merge branch 'release/0.3.2'
Browse files Browse the repository at this point in the history
* release/0.3.2:
  Prepped version 0.3.2.
  • Loading branch information
donnemartin committed Oct 16, 2015
2 parents 2a0f95b + 0408df9 commit e67ee7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ https://github.com/donnemartin/saws/issues
Changelog
=========

0.3.1 (2015-10-15)
0.3.2 (2015-10-16)
------------------

### Features
Expand All @@ -39,6 +39,7 @@ Changelog
* Fixed [#35](https://github.com/donnemartin/saws/issues/35): Grep now works consistently with shortcuts, by [mlimaloureiro](https://github.com/mlimaloureiro).
* Fixed [#41](https://github.com/donnemartin/saws/issues/41): Blank entry is no longer shown in list of completion if there is no optional value set for a given tag's key.
* Fixed [#60](https://github.com/donnemartin/saws/issues/60): Running an empty command no longer results in a pygmentize syntax error.
* Fixed [#61](https://github.com/donnemartin/saws/issues/61): Refreshing resources multiple times no longer results in an exception.

### Updates

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://github.com/donnemartin/saws/issues
Changelog
=========

0.3.1 (2015-10-15)
0.3.2 (2015-10-16)
------------------

Features
Expand Down Expand Up @@ -65,6 +65,9 @@ Bug Fixes
- Fixed `#60 <https://github.com/donnemartin/saws/issues/60>`__:
Running an empty command no longer results in a pygmentize syntax
error.
- Fixed `#61 <https://github.com/donnemartin/saws/issues/61>`__:
Refreshing resources multiple times no longer results in an
exception.

Updates
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion saws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

__version__ = '0.3.1'
__version__ = '0.3.2'

0 comments on commit e67ee7a

Please sign in to comment.