generated from rochacbruno/python-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
1,194 additions
and
244 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
Changelog | ||
========= | ||
|
||
|
||
0.1.2 (2021-08-14) | ||
------------------ | ||
- Fix release, README and windows CI. [Bruno Rocha] | ||
- Release: version 0.1.0. [Bruno Rocha] | ||
|
||
|
||
0.1.0 (2021-08-14) | ||
0.1.0 (2023-08-29) | ||
------------------ | ||
- Add release command. [Bruno Rocha] | ||
- Basic Wifi client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,2 @@ | ||
""" | ||
dometic_cfx3 base module. | ||
|
||
This is the principal module of the dometic_cfx3 project. | ||
here you put your main classes and objects. | ||
Be creative! do whatever you want! | ||
If you want to replace this with a Flask application run: | ||
$ make init | ||
and then choose `flask` as template. | ||
""" | ||
|
||
# example constant variable | ||
NAME = "dometic_cfx3" |
Oops, something went wrong.