Skip to content

Commit

Permalink
Bump version from 3.0.1 -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes authored and TheByronHimes committed Mar 11, 2024
1 parent 3ea474a commit e0ff8da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pyproject_generation/pyproject_custom.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ghga_event_schemas"
version = "3.0.1"
version = "3.1.0"
description = "GHGA Event Schemas: A package that collects schemas used for events exchanged between GHGA service."
dependencies = [
"jsonschema>=4.17.3,<5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ We recommend using the provided Docker container.

A pre-build version is available at [docker hub](https://hub.docker.com/repository/docker/ghga/ghga-event-schemas):
```bash
docker pull ghga/ghga-event-schemas:3.0.1
docker pull ghga/ghga-event-schemas:3.1.0
```

Or you can build the container yourself from the [`./Dockerfile`](./Dockerfile):
```bash
# Execute in the repo's root dir:
docker build -t ghga/ghga-event-schemas:3.0.1 .
docker build -t ghga/ghga-event-schemas:3.1.0 .
```

For production-ready deployment, we recommend using Kubernetes, however,
for simple use cases, you could execute the service using docker
on a single server:
```bash
# The entrypoint is preconfigured:
docker run -p 8080:8080 ghga/ghga-event-schemas:3.0.1 --help
docker run -p 8080:8080 ghga/ghga-event-schemas:3.1.0 --help
```

If you prefer not to use containers, you may install the service from source:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Intended Audience :: Developers",
]
name = "ghga_event_schemas"
version = "3.0.1"
version = "3.1.0"
description = "GHGA Event Schemas: A package that collects schemas used for events exchanged between GHGA service."
dependencies = [
"jsonschema>=4.17.3,<5.0.0",
Expand Down

0 comments on commit e0ff8da

Please sign in to comment.