Skip to content

Commit

Permalink
Release 0.0.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Jun 7, 2021
1 parent 2a47524 commit 74d3699
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Versions
========


0.0.12
=======

_Release date: 06.07.2021_

- Support python 3.9
- dev requirements
- Add new project logo

0.0.11
=======

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
![Screenshot](logo.png)

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![Build Status](https://travis-ci.org/upymake/enforce-pep8.svg?branch=master)](https://travis-ci.org/upymake/enforce-pep8)
[![Coverage Status](https://coveralls.io/repos/github/upymake/enforce-pep8/badge.svg?branch=master)](https://coveralls.io/github/upymake/enforce-pep8?branch=master)
Expand Down
2 changes: 1 addition & 1 deletion punish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__author__: str = "Volodymyr Yahello"
__email__: str = "[email protected]"
__package_name__: str = "enforce-pep8"
__version__: str = "0.0.11"
__version__: str = "0.0.12"

__all__: Tuple[str, ...] = (
"AbstractStyle",
Expand Down

0 comments on commit 74d3699

Please sign in to comment.