From 8353d5a30b2ef3ca335f51c9934070fad526de66 Mon Sep 17 00:00:00 2001 From: Noortheen Raja Date: Sat, 16 Oct 2021 15:41:16 +0530 Subject: [PATCH] chore: bump version to v1.4.2 --- CHANGELOG.md | 8 +++++--- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f93b6..dd9d132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [v1.4.1](https://github.com/jnoortheen/arger/releases/tag/v1.4.1) - 2021-10-16 +## [v1.4.2](https://github.com/jnoortheen/arger/releases/tag/v1.4.2) - 2021-10-16 -[Compare with v1.3.8](https://github.com/jnoortheen/arger/compare/v1.3.8...v1.4.1) +[Compare with v1.3.8](https://github.com/jnoortheen/arger/compare/v1.3.8...v1.4.2) ### Bug Fixes -- Qa errors ([2f07baa](https://github.com/jnoortheen/arger/commit/2f07baa79da5d206a2f8aafa6f7ce0c4abc11d81) by Noortheen Raja). +- Handle py310 help out change ([cf3a570](https://github.com/jnoortheen/arger/commit/cf3a570be35f3a74fe155177a87c0322d9e8f1ec) by Noortheen Raja). +- Github py version ([04912ec](https://github.com/jnoortheen/arger/commit/04912ec1b862ab33e013740baf697b268b1be498) by Noortheen Raja). +- Qa errors ([2d53c81](https://github.com/jnoortheen/arger/commit/2d53c810dee14887786b12a66f6230f48bd270ee) by Noortheen Raja). ## [v1.3.8](https://github.com/jnoortheen/arger/releases/tag/v1.3.8) - 2021-04-11 diff --git a/pyproject.toml b/pyproject.toml index 8678bdb..09b7fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "arger" -version = "1.4.1" +version = "1.4.2" description = "Create argparser automatically from functions" license = "MIT"