Skip to content

Commit 4e243f3

Browse files
gkastrinisclaude
andauthored
Bump version to 0.7.8 (#159)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f9f711c commit 4e243f3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.7.8
4+
5+
* Relax protobuf upper bound to <6.0.0 for lqp compatibility
6+
37
## v0.7.7
48

59
* Trigger build workflow / fix issue with pypi

railib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 7, 7)
15+
__version_info__ = (0, 7, 8)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)