Skip to content

Commit 331b8e2

Browse files
committed
Release Version Update
1 parent eb97403 commit 331b8e2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Augur NEW Release v0.63.0
1+
# Augur NEW Release v0.63.3
22

33
Augur is primarily a data engineering tool that makes it possible for data scientists to gather open source software community data. Less data carpentry for everyone else!
44
The primary way of looking at Augur data is through [8Knot](https://github.com/oss-aspen/8knot) ... A public instance of 8Knot is available at https://metrix.chaoss.io ... That is tied to a public instance of Augur at https://ai.chaoss.io
@@ -10,7 +10,7 @@ The primary way of looking at Augur data is through [8Knot](https://github.com/o
1010
## NEW RELEASE ALERT!
1111
### [If you want to jump right in, updated docker build/compose and bare metal installation instructions are available here](docs/new-install.md)
1212

13-
Augur is now releasing a dramatically improved new version to the main branch. It is also available here: https://github.com/chaoss/augur/releases/tag/v0.63.0
13+
Augur is now releasing a dramatically improved new version to the main branch. It is also available here: https://github.com/chaoss/augur/releases/tag/v0.63.3
1414

1515
- The `main` branch is a stable version of our new architecture, which features:
1616
- Dramatic improvement in the speed of large scale data collection (100,000+ repos). All data is obtained for 100k+ repos within 2 weeks.

docker/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.10-bookworm
33

44
LABEL maintainer="[email protected]"
5-
LABEL version="0.63.0"
5+
LABEL version="0.63.3"
66

77
ENV DEBIAN_FRONTEND=noninteractive
88

docker/database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM postgres:14
33

44
LABEL maintainer="[email protected]"
5-
LABEL version="0.63.0"
5+
LABEL version="0.63.3"
66

77
ENV POSTGRES_DB "test"
88
ENV POSTGRES_USER "augur"

docker/rabbitmq/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rabbitmq:3.12-management-alpine
22

33
LABEL maintainer="574/[email protected]"
4-
LABEL version="0.63.0"
4+
LABEL version="0.63.3"
55

66
ARG RABBIT_MQ_DEFAULT_USER
77
ARG RABBIT_MQ_DEFAULT_PASSWORD

metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
__short_description__ = "Python 3 package for free/libre and open-source software community metrics, models & data collection"
77

8-
__version__ = "0.63.0"
9-
__release__ = "v0.63.0 (Ides of March)"
8+
__version__ = "0.63.3"
9+
__release__ = "v0.63.3 (Supply Chain Gang)"
1010

1111
__license__ = "MIT"
1212
__copyright__ = "University of Missouri, University of Nebraska-Omaha, CHAOSS, Brian Warner & Augurlabs 2024"

0 commit comments

Comments
 (0)