Skip to content

Commit

Permalink
chore: bump version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Oct 16, 2021
1 parent cf3a570 commit 8353d5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<small>[Compare with v1.3.8](https://github.com/jnoortheen/arger/compare/v1.3.8...v1.4.1)</small>
<small>[Compare with v1.3.8](https://github.com/jnoortheen/arger/compare/v1.3.8...v1.4.2)</small>

### 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "arger"
version = "1.4.1"
version = "1.4.2"
description = "Create argparser automatically from functions"

license = "MIT"
Expand Down

0 comments on commit 8353d5a

Please sign in to comment.