Incrementing version to v1.2.1

This commit is contained in:
Jacob Alexander 2022-09-11 23:07:40 -07:00
parent f45a9d0331
commit 1814105967
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## v1.2.1 (2022-09-11)
- Fix packaging for Apple Silicon
## v1.2.0 (2022-08-29)
- Added support for Apple Silicon

View file

@ -22,7 +22,7 @@ _this_dir = os.path.dirname(__file__)
MAJOR = 1
MINOR = 2
MICRO = 0
MICRO = 1
TAG = ""
VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG)