mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Incrementing version to v1.2.1
This commit is contained in:
parent
f45a9d0331
commit
1814105967
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue