Skip to content

Commit 88371d8

Browse files
committed
version increment script
1 parent d869280 commit 88371d8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

version_increment.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#
2+
# version_increment.py - Simple versioning script for Platformio
3+
#
4+
# Copyright (C) 2020 Davide Perini
5+
#
6+
# Permission is hereby granted, free of charge, to any person obtaining a copy of
7+
# this software and associated documentation files (the "Software"), to deal
8+
# in the Software without restriction, including without limitation the rights
9+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
# copies of the Software, and to permit persons to whom the Software is
11+
# furnished to do so, subject to the following conditions:
12+
#
13+
# The above copyright notice and this permission notice shall be included in
14+
# all copies or substantial portions of the Software.
15+
#
16+
# You should have received a copy of the MIT License along with this program.
17+
# If not, see <https://opensource.org/licenses/MIT/>.
18+
#
19+
120
import sys
221
import datetime
322

0 commit comments

Comments
 (0)