Skip to content

Commit f355366

Browse files
author
github-actions
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 3a641b7 commit f355366

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2023-09-10)
6+
7+
### Feature
8+
9+
* Make view class generic ([`3a641b7`](https://github.com/cuinixam/cuinixam-app-dev/commit/3a641b74839639351661d8a230c46662ad56e7f0))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cuinixam-app-dev"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "My application development modules."
55
authors = ["cuinixam <me@cuinixam.com>"]
66
license = "MIT"

src/cuinixam_app_dev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)