Skip to content

Commit

Permalink
Merge pull request #306 from fedora-infra/X316
Browse files Browse the repository at this point in the history
Version bump from `v3.1.6a6` to `v3.1.6`
  • Loading branch information
gridhead authored Sep 18, 2024
2 parents 9264115 + 5024a0f commit cdc3e0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXPOSE 8080
ENV PYTHONUNBUFFERED=1

RUN dnf -y install python3-pip && dnf -y clean all
RUN pip install --upgrade mdapi==3.1.6a6
RUN pip install --upgrade mdapi==3.1.6

# Uncomment the following MDAPI_CONFIG and comment the other MDAPI_CONFIG for local development builds
# ENV MDAPI_CONFIG=/code/mdapi/confdata/standard.py
Expand Down
4 changes: 2 additions & 2 deletions mdapi/services/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
|_| |_| |_|\__,_|\__,_| .__/|_|
| |
|_|
v3.1.6


<a href="https://pypi.org/project/mdapi/3.1.6a6/">mdapi</a> is a small API exposing the metadata contained in different RPM
<a href="https://pypi.org/project/mdapi/3.1.6/">mdapi</a> is a small API exposing the metadata contained in different RPM
repositories.

mdapi has access to the metadata of the different Fedora repositories and will
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tool.poetry]
name = "mdapi"
version = "3.1.6a6"
version = "3.1.6"
description = "A simple API for serving the metadata from the RPM repositories"
authors = ["Pierre-Yves Chibon <[email protected]>", "Akashdeep Dhar <[email protected]>"]
authors = ["Akashdeep Dhar <[email protected]>", "Pierre-Yves Chibon <[email protected]>"]
license = "GPL-3.0-or-later"
maintainers = ["Pierre-Yves Chibon <[email protected]>", "Akashdeep Dhar <[email protected]>"]
maintainers = ["Akashdeep Dhar <[email protected]>", "Pierre-Yves Chibon <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/fedora-infra/mdapi"
repository = "https://github.com/fedora-infra/mdapi"
Expand Down

0 comments on commit cdc3e0a

Please sign in to comment.