From 207331f31e9903d072959864fa3690a7634ee110 Mon Sep 17 00:00:00 2001 From: Noortheen Raja Date: Thu, 17 Dec 2020 03:24:52 +0530 Subject: [PATCH] chore: bump version to v1.2.5 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bef7a..bdc7389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.2.5](https://github.com/jnoortheen/arger/releases/tag/v1.2.5) - 2020-12-07 + +[Compare with v1.2.4](https://github.com/jnoortheen/arger/compare/v1.2.4...v1.2.5) + + ## [v1.2.4](https://github.com/jnoortheen/arger/releases/tag/v1.2.4) - 2020-12-07 [Compare with v1.2.3](https://github.com/jnoortheen/arger/compare/v1.2.3...v1.2.4) diff --git a/pyproject.toml b/pyproject.toml index ea707b1..ef7c6e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "arger" -version = "1.2.4" +version = "1.2.5" description = "Create argparser automatically from functions" license = "MIT"