Skip to content

Commit 9112adf

Browse files
committed
bump: version 1.2.0 - major feature release
NEW FEATURES: - Working web API with Flask interface - Complete plugin system (Docker, K8s, AWS, Git) - ML engine with pattern learning - Professional CLI with interactive mode - Comprehensive command mappings TECHNICAL IMPROVEMENTS: - Fixed all import issues - Clean modular architecture - Professional user interface - RESTful API endpoints - Cross-platform compatibility This represents a significant upgrade from basic CLI tool to enterprise-grade translation platform.
1 parent 0a2fdec commit 9112adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

33
setup(
44
name='shellrosetta',
5-
version='1.1.2',
5+
version='1.2.0',
66
packages=find_packages(),
77
include_package_data=True,
88
entry_points={

shellrosetta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# shellrosetta/__init__.py
2-
__version__ = "1.1.2"
2+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)