File tree Expand file tree Collapse file tree 5 files changed +23
-1
lines changed
Expand file tree Collapse file tree 5 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ [bumpversion]
2+ commit = False
3+ tag = False
4+ current_version = 1.0.1
5+
6+ [bumpversion:file:setup.py]
Original file line number Diff line number Diff line change 22
33on :
44- push
5+ - pull_request
56
67jobs :
78 tests :
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) and [ Keep a Changelog] ( http://keepachangelog.com/ ) .
55
6+
67## Unreleased
8+ ---
79
810### New
911
@@ -12,3 +14,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
1214### Fixes
1315
1416### Breaks
17+
18+
19+ ## 1.0.1 - (2021-06-14)
20+
21+ ### New
22+ * added tests for existing types
23+
24+
25+ ### Fixes
26+ * fix missing dependecies
Original file line number Diff line number Diff line change 11ansible
22ansible-vault
3+ bumpversion
4+ changelog-cli
35click
46coverage
57ipaddress
68flake8
79pytest
810semver
11+ twine
912wheel
Original file line number Diff line number Diff line change 55
66setup (
77 name = "click-types" ,
8- version = "1.0.0 " ,
8+ version = "1.0.1 " ,
99 author = "Christian Meißner" ,
1010 author_email = "Christian Meißner <cme@codeaffen.org>" ,
1111 description = "Python library that provides useful click types" ,
You can’t perform that action at this time.
0 commit comments