Skip to content

Commit 0bfe128

Browse files
authored
Merge pull request #73 from hit9/bump-version
bump v1.2.1
2 parents 9f60aa1 + fe64ef1 commit 0bfe128

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-22.04]
20-
python: [3.7, 3.8, "3.10", "3.11"]
21-
go: ["1.19", "1.16"]
20+
python: [3.7, 3.8, "3.11", "3.13"]
21+
go: ["1.25", "1.16"]
2222

2323
runs-on: ${{ matrix.os }}
2424

changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. currentmodule:: bitproto
22

3-
Version 1.2.1 (Pending)
4-
-----------------------
3+
Version 1.2.1
4+
-------------
55

66
.. _version-1.2.1:
77

compiler/bitproto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
99
"""
1010

11-
__version__ = "1.2.0"
11+
__version__ = "1.2.1"
1212
__description__ = "bit level data interchange format."

0 commit comments

Comments
 (0)