Skip to content

Commit 0023d03

Browse files
committed
Update python build
1 parent 2dc8384 commit 0023d03

File tree

6 files changed

+9
-430
lines changed

6 files changed

+9
-430
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
echo $TAG_NAME
2929
cd python
3030
echo $TAG_NAME >VERSION
31+
cp ../release_notes.md .
3132
cp -r ../lib .
3233
cp -r ../third_party .
3334
mkdir app

lib/atca_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
#define _ATCA_VERSION_H
3131

3232
// Version format yyyymmdd
33-
#define ATCA_LIBRARY_VERSION_DATE "20210126"
33+
#define ATCA_LIBRARY_VERSION_DATE "20210623"
3434
#define ATCA_LIBRARY_VERSION_MAJOR 3
3535
#define ATCA_LIBRARY_VERSION_MINOR 3
36-
#define ATCA_LIBRARY_VERSION_BUILD 0
36+
#define ATCA_LIBRARY_VERSION_BUILD 2
3737

3838
#endif /* _ATCA_VERSION_H */

python/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ recursive-include lib *.c *.h atca_config.h.in CMakeLists.txt 90-cryptohid.rules
22
recursive-include third_party *.c *.h
33
recursive-include app *.c *.h
44
include cryptoauthlib/cryptoauth.json
5-
include MANIFEST.in setup.py setup.cfg README.md VERSION LICENSE.txt
5+
include MANIFEST.in setup.py setup.cfg README.md release_notes.md VERSION LICENSE.txt

0 commit comments

Comments
 (0)