Skip to content

Commit 716ab9f

Browse files
authored
prepare version 1.0.1 (codeaffen#2)
1 parent f7e05d1 commit 716ab9f

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

.bumpversion.cfg

+6
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

+1
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

+2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
66
## Unreleased
77

88
### New
9+
* added tests for existing types
910

1011
### Changes
1112

1213
### Fixes
14+
* fix missing dependecies
1315

1416
### Breaks

requirements-dev.txt

+3
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

+1-1
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)