Skip to content

Commit

Permalink
2.3.0 - Actually bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Kottler authored and Vaughn Kottler committed Sep 1, 2023
1 parent bcbb047 commit ad506c6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- run: |
mk python-release owner=vkottler \
repo=runtimepy version=2.2.0
repo=runtimepy version=2.3.0
if: |
matrix.python-version == '3.11'
&& matrix.system == 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
=====================================
generator=datazen
version=3.1.2
hash=aa6f45c3cbecc82321c77d61496f2fdd
hash=2a9b09d832a76c4bd44c181e698fc0c2
=====================================
-->

# runtimepy ([2.2.0](https://pypi.org/project/runtimepy/))
# runtimepy ([2.3.0](https://pypi.org/project/runtimepy/))

[![python](https://img.shields.io/pypi/pyversions/runtimepy.svg)](https://pypi.org/project/runtimepy/)
![Build Status](https://github.com/vkottler/runtimepy/workflows/Python%20Package/badge.svg)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name = "runtimepy"
version = "2.2.0"
version = "2.3.0"
description = "A framework for implementing Python services."
readme = "README.md"
requires-python = ">=3.8"
Expand Down
4 changes: 2 additions & 2 deletions runtimepy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# =====================================
# generator=datazen
# version=3.1.2
# hash=2b3b621088205075e7479125ae6d6f24
# hash=67c223f5651063d03a3c2a228072a605
# =====================================

"""
Expand All @@ -10,4 +10,4 @@

DESCRIPTION = "A framework for implementing Python services."
PKG_NAME = "runtimepy"
VERSION = "2.2.0"
VERSION = "2.3.0"
3 changes: 0 additions & 3 deletions runtimepy/data/factories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ factories:
- {name: runtimepy.net.factories.UdpJson}
- {name: runtimepy.net.factories.WebsocketJson}

# Task factories.
- {name: runtimepy.net.arbiter.housekeeping.ConnectionMetricsLoggerFactory}

ports:
# Reserve ports for JSON listeners.
- {name: udp_json, type: udp}
Expand Down
1 change: 1 addition & 0 deletions tests/data/valid/connection_arbiter/basic_factories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ factories:
# Task factories.
- {name: tests.sample.SampleTaskFactoryA, namespaces: [tasks, a]}
- {name: tests.sample.SampleTaskFactoryB, namespaces: [tasks, b]}
- {name: runtimepy.net.arbiter.housekeeping.ConnectionMetricsLoggerFactory}

0 comments on commit ad506c6

Please sign in to comment.