Skip to content

Commit 62f9472

Browse files
committed
v2.0.2
1 parent 9a9de30 commit 62f9472

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.0.2
4+
5+
- refactor string formatting to f-strings
6+
- added GitHub Action CI workflows
7+
- removed Travis CI testing
8+
- removed Appveyor CI testing
9+
310
## v2.0.1
411

512
- update setup.py classifiers to properly define this project as status 5: Production / Stable

lib/dehinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version = __version__ = "2.0.1"
15+
version = __version__ = "2.0.2"

0 commit comments

Comments
 (0)