Skip to content

Commit

Permalink
Bump version to 4.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Feb 9, 2024
1 parent 1192f47 commit 81ac031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
4.3.0
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

.. rubric:: Development version
.. rubric:: 4.3.0

- Add ability to override the transmission rate for individual heaps.
- Fix missing type annotation on the `substream_index` argument to
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ project(
'b_staticpic=false', # The default of true harms performance
]
)
shared_lib_version = '7.0.0'
shared_lib_version = '8.0.0'

compiler = meson.get_compiler('cpp')
py = import('python').find_installation(pure : false, modules : ['jinja2', 'pycparser', 'packaging'])
Expand Down

0 comments on commit 81ac031

Please sign in to comment.