We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f711c commit 4e243f3Copy full SHA for 4e243f3
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.7.8
4
+
5
+* Relax protobuf upper bound to <6.0.0 for lqp compatibility
6
7
## v0.7.7
8
9
* Trigger build workflow / fix issue with pypi
railib/__init__.py
@@ -12,5 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version_info__ = (0, 7, 7)
+__version_info__ = (0, 7, 8)
16
__version__ = ".".join(map(str, __version_info__))
0 commit comments