Skip to content

Commit e68fbbf

Browse files
committed
chore: bump version to v1.1.1 with Production/Stable status and PyPI badges
1 parent ee83d5d commit e68fbbf

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

DOCKER_README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# PostgreSQL MCP Server - Enhanced
22

3-
Last Updated October 8, 2025 3:50 PM EST<br><br>
3+
*Last Updated: October 9, 2025 - Production/Stable v1.1.1*
44

55
[![Docker Pulls](https://img.shields.io/docker/pulls/writenotenow/postgres-mcp-enhanced)](https://hub.docker.com/r/writenotenow/postgres-mcp-enhanced)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
77
![Version](https://img.shields.io/badge/version-v1.1.1-green)
8+
![Status](https://img.shields.io/badge/status-Production%2FStable-brightgreen)
9+
[![PyPI](https://img.shields.io/pypi/v/postgres-mcp-enhanced)](https://pypi.org/project/postgres-mcp-enhanced/)
810
[![Security](https://img.shields.io/badge/Security-Enhanced-green.svg)](https://github.com/neverinfamous/postgres-mcp/blob/main/SECURITY.md)
911
[![Type Safety](https://img.shields.io/badge/Pyright-Strict-blue.svg)](https://github.com/neverinfamous/postgres-mcp)
1012
[![GitHub Stars](https://img.shields.io/github/stars/neverinfamous/postgres-mcp?style=social)](https://github.com/neverinfamous/postgres-mcp)

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# PostgreSQL MCP Server - Version 1.1.0
1+
# PostgreSQL MCP Server - Version 1.1.1
22

3-
* Last Updated October 8, 2025 2:20 PM EST *
3+
*Last Updated October 9, 2025 - Production/Stable v1.1.1*
44

55
Enterprise-grade PostgreSQL MCP server with enhanced security, comprehensive testing, AI-native database operations, intelligent meta-awareness, and guided workflows.
66

7+
[![Docker Pulls](https://img.shields.io/docker/pulls/writenotenow/postgres-mcp-enhanced)](https://hub.docker.com/r/writenotenow/postgres-mcp-enhanced)
78
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
9+
![Version](https://img.shields.io/badge/version-v1.1.1-green)
10+
![Status](https://img.shields.io/badge/status-Production%2FStable-brightgreen)
11+
[![PyPI](https://img.shields.io/pypi/v/postgres-mcp-enhanced)](https://pypi.org/project/postgres-mcp-enhanced/)
812
[![Security](https://img.shields.io/badge/Security-Enhanced-green.svg)](SECURITY.md)
913
[![CodeQL](https://img.shields.io/badge/CodeQL-Passing-brightgreen.svg)](https://github.com/neverinfamous/postgres-mcp/security/code-scanning)
1014

pyproject.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "postgres-mcp-enhanced"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Enterprise PostgreSQL MCP Server - Enhanced fork with comprehensive security, AI-native operations, and intelligent meta-awareness"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -17,11 +17,29 @@ dependencies = [
1717
]
1818
license = "mit"
1919
license-files = ["LICENSE"]
20+
keywords = ["mcp", "postgresql", "database", "postgres", "model-context-protocol", "pgvector", "postgis"]
21+
classifiers = [
22+
"Development Status :: 5 - Production/Stable",
23+
"Intended Audience :: Developers",
24+
"License :: OSI Approved :: MIT License",
25+
"Operating System :: OS Independent",
26+
"Programming Language :: Python :: 3",
27+
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
29+
"Topic :: Database",
30+
"Topic :: Software Development :: Libraries :: Python Modules",
31+
]
2032

2133
[[project.authors]]
2234
name = "Chris LeRoux"
2335
email = "admin@adamic.tech"
2436

37+
[project.urls]
38+
Homepage = "https://github.com/neverinfamous/postgres-mcp"
39+
Repository = "https://github.com/neverinfamous/postgres-mcp"
40+
Issues = "https://github.com/neverinfamous/postgres-mcp/issues"
41+
Documentation = "https://github.com/neverinfamous/postgres-mcp/wiki"
42+
2543
[build-system]
2644
requires = [ "hatchling",]
2745
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)