Skip to content

Commit 01597e4

Browse files
author
github-actions
committed
Release v0.1.0
Automatically generated by python-semantic-release
1 parent 6912f32 commit 01597e4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
<!--next-version-placeholder-->
2+
3+
## v0.1.0 (2023-03-15)
4+
### Feature
5+
* Add existing code without checks ([`9867bf1`](https://github.com/pragmaticindustries/django-app-tree/commit/9867bf1e3c1f175991f012e273ff8c5b2bba79eb))
6+
7+
### Fix
8+
* Paths for CodeQL ([`b58c3c3`](https://github.com/pragmaticindustries/django-app-tree/commit/b58c3c3bab7222f236d96512e87ac7f0b9d4427c))
9+
10+
### Documentation
11+
* New README and CHANGELOG ([`ee67d92`](https://github.com/pragmaticindustries/django-app-tree/commit/ee67d92fe2acb5c4f17891aebd5922da334e68cb))

src/django_app_tree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The version of this package. There's no comprehensive, official list of other
77
# magic constants, so we stick with this one only for now. See also this conversation:
88
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
9-
__version__ = "0.0.0"
9+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)