Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
NEW FEATURES

 * Add 'my pushes' view & ability to filter by state on pushes (sjaensch, #152)
 * Add drop-down selector to filter pushes by state (sjaensch, #155)

 IMPROVEMENTS

 * Re-activated flake8 hooks (rockdog, #151)
 * Updated requirements & documentation (sjaensch, #154)
 * New start/stop/reload script (sjaensch, #154)
 * Improve pagination implemention on /pushes (sjaensch, #155)
 * Put pushmaster commands in textarea, so they're easier to select (chunkyg, #157)

 BUG FIXES

 * Strip whitespace surrounding whitespace from push branch name (michalczapko, #153)
  • Loading branch information
kkellyy committed Mar 11, 2015
1 parent 5b5b483 commit 5b140b0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.4.1 2015-03-11

NEW FEATURES

* Add 'my pushes' view & ability to filter by state on pushes (sjaensch, #152)
* Add drop-down selector to filter pushes by state (sjaensch, #155)

IMPROVEMENTS

* Re-activated flake8 hooks (rockdog, #151)
* Updated requirements & documentation (sjaensch, #154)
* New start/stop/reload script (sjaensch, #154)
* Improve pagination implemention on /pushes (sjaensch, #155)
* Put pushmaster commands in textarea, so they're easier to select (chunkyg, #157)

BUG FIXES

* Strip whitespace surrounding whitespace from push branch name (michalczapko, #153)

0.4.0 2015-02-10

NEW FEATURES
Expand Down
2 changes: 1 addition & 1 deletion pushmanager/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 4, 0)
__version_info__ = (0, 4, 1)
__version__ = '%d.%d.%d' % __version_info__

0 comments on commit 5b140b0

Please sign in to comment.