Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Aug 29, 2019
1 parent 00c8634 commit 40a5adb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.4.1

- fix Makefile uninstall target error
- PEP8 source formatting edits

## v0.4.0

- changed min Python version to Python 3.6+ interpreters
Expand Down
2 changes: 1 addition & 1 deletion lib/dehinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = __version__ = "0.4.1.dev0"
version = __version__ = "0.4.1"

0 comments on commit 40a5adb

Please sign in to comment.