Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 577 Bytes

File metadata and controls

21 lines (18 loc) · 577 Bytes

Changelog

v0.2.0.dev (2024-08-01)

  • dev1
    • Added sync_stripe management command.
    • Improved stripe_setup management command.
    • Added additional currencies.
    • Improved Django admin
  • dev 2
    • Fixed some db constraints

v0.1.0 (2024-06-01)

  • Initial "release."
  • Features include:
    • Admin interface for viewing local data synced from Stripe.
    • Webhook handling for synchronizing Stripe events with the Django app.
    • Basic documentation for setup and usage.

v0.0.1.dev

  • dev1:
    • Split code out from my company monolith into a standalone package.