Skip to content

Commit 0b6eaaf

Browse files
committed
prepare version 1.0.1
1 parent f7e05d1 commit 0b6eaaf

File tree

5 files changed

+23
-1
lines changed

5 files changed

+23
-1
lines changed

.bumpversion.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[bumpversion]
2+
commit = False
3+
tag = False
4+
current_version = 1.0.1
5+
6+
[bumpversion:file:setup.py]

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI
22

33
on:
44
- push
5+
- pull_request
56

67
jobs:
78
tests:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
All notable changes to this project will be documented in this file.
44
This 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

requirements-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
ansible
22
ansible-vault
3+
bumpversion
4+
changelog-cli
35
click
46
coverage
57
ipaddress
68
flake8
79
pytest
810
semver
11+
twine
912
wheel

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
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 <[email protected]>",
1111
description="Python library that provides useful click types",

0 commit comments

Comments
 (0)