Skip to content

Commit f2a0100

Browse files
committed
Bump version to 2.0.7 and update README links
Raise package version to 2.0.7 in app/__init__.py and refresh README: replace repo label/icon text, tidy link formatting, and update repository and Goldlabel links to the new targets. These are documentation and metadata updates for the new release.
1 parent 2d55202 commit f2a0100

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## ![NX AI](/app/static/repoicon.png) <NEW> NX AI
1+
## ![Python](/app/static/repoicon.png) Python
22

33
> Python with FastAPI using Postgres & tsvector.
44
5-
Open Source, production ready Python FastAPI/Postgres app. [GitHub](https://github.com/goldlabelapps/python-nx-ai) | [NX-AI onrender](https://nx-ai.onrender.com) | [Goldlabel](https://goldlabel.pro?s=python)
5+
Open Source, production ready Python FastAPI/Postgres app.
6+
[GitHub](https://github.com/goldlabelapps/python) |
7+
[onrender](https://nx-ai.onrender.com) |
8+
[by Goldlabel](https://goldlabel.pro)
69

710
- **Python 3.11+**
811
- **Postgres**

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Python - FastAPI, Postgres, tsvector"""
22

33
# Current Version
4-
__version__ = "2.0.6"
4+
__version__ = "2.0.7"

0 commit comments

Comments
 (0)