We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a641b7 commit f355366Copy full SHA for f355366
CHANGELOG.md
@@ -1,3 +1,9 @@
1
# Changelog
2
3
<!--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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cuinixam-app-dev"
-version = "0.0.0"
+version = "0.1.0"
description = "My application development modules."
authors = ["cuinixam <me@cuinixam.com>"]
license = "MIT"
src/cuinixam_app_dev/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.0"
+__version__ = "0.1.0"
0 commit comments