Skip to content

Commit 0172ee1

Browse files
committed
Bump version
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 019d3f2 commit 0172ee1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
=========
44

5+
0.21.0 (2023-01-11)
6+
-------------------
7+
8+
* Correct file write handling in CLI
9+
* Add tests
10+
* Vendor dependencies
11+
12+
513

614
0.10.0 (2022-10-20)
715
-------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.setuptools_scm]
66
# this is used populated when creating a git archive
77
# and when there is .git dir and/or there is no git installed
8-
fallback_version = "9999.$Format:%h-%cs$"
8+
fallback_version = "9999.9999.999rc1"
99

1010
[tool.pytest.ini_options]
1111
norecursedirs = [

src/tracecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

10-
__version__ = "0.20.0"
10+
__version__ = "0.20.1"

0 commit comments

Comments
 (0)