Skip to content

Commit 43757a9

Browse files
authored
Incrementing the version number to 0.21.0-dev (#360)
1 parent f4e0cd2 commit 43757a9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release 0.21.0-dev
2+
3+
### New features
4+
5+
### Breaking changes
6+
7+
### Improvements
8+
9+
### Bug fixes
10+
11+
### Documentation
12+
13+
### Contributors
14+
15+
This release contains contributions from (in alphabetical order):
16+
17+
---
18+
119
# Release 0.20.0
220

321
### New features

thewalrus/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "0.20.0"
19+
__version__ = "0.21.0-dev"

0 commit comments

Comments
 (0)