Skip to content

Commit

Permalink
renumber the upcoming release to 2.0.0 instead of 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere authored and jleclanche committed Nov 14, 2018
1 parent 6956f75 commit e40f4c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
=======

1.3.0 (unreleased)
2.0.0 (unreleased)
------------------

- The Python stripe library minimum version is now ``2.3.0``.
Expand Down Expand Up @@ -107,7 +107,7 @@ dj-stripe 1.1.0 drops support for Django 1.10 and adds support for
Django 2.0. Django 1.11+ and Python 2.7+ or 3.4+ are required.

Support for Python versions older than 3.5, and Django versions older
than 2.0, will be dropped in dj-stripe 1.3.0.
than 2.0, will be dropped in dj-stripe 2.0.0.

Backwards-incompatible changes and deprecations
-----------------------------------------------
Expand All @@ -122,7 +122,7 @@ Customer, Charge, Invoice, etc models.

Importing those legacy models from ``djstripe.stripe_objects`` will
yield the new ones. This is deprecated and support for this will be
dropped in dj-stripe 1.3.0.
dropped in dj-stripe 2.0.0.

Full support for Stripe Sources (Support for v3 stripe.js)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -141,7 +141,7 @@ can resolve into a Card, a Source, or a BankAccount object.
- References to ``Customer.sources`` expecting a queryset of Card
objects should be updated to ``Customer.legacy_cards``.
- The legacy ``StripeSource`` name refers to the ``Card`` model. This
will be removed in dj-stripe 1.3.0. Update your references to either
will be removed in dj-stripe 2.0.0. Update your references to either
``Card`` or ``Source``.
- ``enums.SourceType`` has been renamed to ``enums.LegacySourceType``.
``enums.SourceType`` now refers to the actual Stripe Source types
Expand All @@ -153,7 +153,7 @@ Core fields renamed
- The numeric ``id`` field has been renamed to ``djstripe_id``. This
avoids a clash with the upstream stripe id. Accessing ``.id`` is
deprecated and \**will reference the upstream ``stripe_id`` in
dj-stripe 1.3.0
dj-stripe 2.0.0

.. _by filing an issue on GitHub: https://github.com/dj-stripe/dj-stripe/issues

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dj-stripe
version = 1.3.dev0
version = 2.0.dev0
description = Django + Stripe Made Easy
author = Alexander Kavanaugh
author_email = alex@kavdev.io
Expand Down

0 comments on commit e40f4c5

Please sign in to comment.