Skip to content

Commit

Permalink
RLS: 0.7.0 defaults spec
Browse files Browse the repository at this point in the history
  • Loading branch information
attack68 committed Nov 29, 2023
1 parent 7cdbda7 commit 0d7055b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ include rateslib/data/nowa.csv
include rateslib/data/sofr.csv
include rateslib/data/sonia.csv
include rateslib/data/swestr.csv
include rateslib/data/eur_ibor_1m.csv
include rateslib/data/eur_ibor_3m.csv
include rateslib/data/eur_ibor_6m.csv
include rateslib/data/eur_ibor_12m.csv
include rateslib/data/eur_rfr.csv
include rateslib/data/gbp_rfr.csv
include rateslib/data/cad_rfr.csv
include rateslib/data/chf_rfr.csv
include rateslib/data/nok_rfr.csv
include rateslib/data/sek_rfr.csv
include rateslib/data/usd_rfr.csv
6 changes: 4 additions & 2 deletions PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ Perform this on development environment as well as specified minimum.
$ pytest -W error
Checking for uncaptured warnings.

6) Commit and push any changes - this will temporarily break readthedocs which will build from push.
7) Create a new release branch, e.g. '0.3.x' and checkout
6) Add to the MANIFEST.in file if anything needs including
7) Commit and push any changes - this will temporarily break readthedocs which will build from push.
8) Create a new release branch, e.g. '0.3.x' and checkout

On "release branch":

1) Update the "release" field in docs/source/conf.py, e.g. to '0.3.x'
2) Delete the switcher in the releases branch since this is taken from main branch
3) Build the INSTRUMENT_SPEC from the loader file and print the dict. Paste to file and set
DEVELOPMENT to False.

4) Commit and Push the branch.

Build:
Expand Down

0 comments on commit 0d7055b

Please sign in to comment.