Skip to content

Commit 62dfced

Browse files
committed
prepare release
1 parent 9624908 commit 62dfced

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
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 = True
3+
tag = False
4+
current_version = 1.0.0
5+
6+
[bumpversion:file:setup.py]

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
# phpypam CHANGELOG
22

3+
34
## Unreleased
5+
---
6+
7+
### New
8+
9+
### Changes
10+
11+
### Fixes
12+
13+
### Breaks
14+
15+
16+
## 1.0.1 - (2021-01-04)
417

518
### New
619

720
* add markdownlint config
821
* add changelog
922

10-
### Changes
1123

1224
### Fixes
1325

1426
* fix exception handling for connection errors
1527

16-
### Breaks
1728

1829
## 1.0.0
1930

0 commit comments

Comments
 (0)