Skip to content

Commit c018f9a

Browse files
committed
Prepare for release 0.6.1
1 parent 8dc8099 commit c018f9a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.6.1 (2023-02-02)
2+
3+
## Fixes
4+
5+
- Add missing python package `subgit.importer` to built wheels and sdist packages
6+
7+
18
# 0.6.0 (2023-01-13)
29

310
## Prelude

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="subgit",
8-
version="0.6.0",
8+
version="0.6.1",
99
description="CLI tool ",
1010
long_description=readme,
1111
long_description_content_type="text/markdown",

subgit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99

1010
__author__ = "Johan Andersson <[email protected]>"
11-
__version_info__ = (0, 6, 0)
11+
__version_info__ = (0, 6, 1)
1212
__version__ = ".".join(map(str, __version_info__))
1313

1414

0 commit comments

Comments
 (0)