Skip to content

v1.5.0

Choose a tag to compare

@zacharyr0th zacharyr0th released this 29 Nov 03:55
· 218 commits to main since this release

Release v1.5.0: Major Simplification and Modernization

Breaking Changes

  • Removed legacy profile system (stripe-specific profiles)
  • Removed deprecated requirements.txt (use pyproject.toml instead)

Changes

  • Simplified architecture: Consolidated utils into main package
  • Reorganized documentation: Moved CONTRIBUTING.md and SECURITY.md to .github/
  • Added GitHub issue templates configuration
  • Cleaner fetcher architecture: Removed stripe-specific fetcher
  • Updated tests for new structure

Removed Files

  • CHANGELOG.md - Deprecated in favor of GitHub releases
  • MANIFEST.in - No longer needed with modern packaging
  • TROUBLESHOOTING.md - Content moved to README
  • requirements.txt - Dependencies now in pyproject.toml
  • Legacy profile system files
  • Legacy utils directory

Installation

pip install docpull

Or install from source:

pip install git+https://github.com/raintree-technology/docpull.git