Skip to content

Commit

Permalink
Update non-substantive comment in taxcalc/reforms/ext.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Dec 18, 2024
1 parent bf3fa4f commit 06edff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions docs/contributing/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ release.
Create new `taxcalc` packages
=============================
```
--> merge master branch into X-Y-Z branch
--> on branch X-Y-Z, edit docs/about/releases.md to finalize X.Y.Z info
--> specify release X.Y.Z in setup.py and taxcalc/__init__.py
--> merge master branch into X-Y-Z branch
--> specify release X.Y.Z in setup.py and taxcalc/__init__.py and docs/index.md
--> run `python update_pcl.py` [to update policy_current_law.json if needed]
Expand All @@ -29,8 +28,6 @@ Create new `taxcalc` packages
--> cd taxcalc/validation ; ./tests_35.sh ; .fix. ; cd ../..
--> specify release X.Y.Z in docs/index.md
--> make clean [to remove taxcalc package]
--> commit X-Y-Z branch and push to origin
Expand All @@ -42,7 +39,8 @@ Create new `taxcalc` packages
--> create release X.Y.Z on GitHub using master branch
--> Create new package on Conda-Forge for release X.Y.Z
--> open a PR to github.com/conda-forge/taxcalc-feedstock where you change the `recipe/meta.yaml` file by updating (1) the version number to X.Y.Z and (2) the checksum to reflect the checksum for the tarball for release X.Y.Z in the Tax-Calculator GitHub repo
--> open a PR to github.com/conda-forge/taxcalc-feedstock where you change the `recipe/meta.yaml` file by updating (1) the version number to X.Y.Z and (2) the checksum to reflect the checksum for the tarball for release X.Y.Z in the Tax-Calculator GitHub repo
====> ADD NEW DEPENDENCY OR UPDATE MINIMUM REQUIRED VERSION <====
Expand Down
2 changes: 1 addition & 1 deletion taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: taxcalc
Version: 4.3.5
Version: 4.4.0
Summary: taxcalc
Home-page: https://github.com/PSLmodels/Tax-Calculator
Download-URL: https://github.com/PSLmodels/Tax-Calculator
Expand Down
2 changes: 1 addition & 1 deletion taxcalc/reforms/ext.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REFORM TO EXTEND TEMPORARY TCJA PROVISIONS BEYOND 2025
// USING TAX-CALCULATOR 4.3.5
// USING TAX-CALCULATOR 4.4.0
// WITH 2025-to-2026 INDEXING FACTOR = 1.024900
// AND 2028-to-2029 INDEXING FACTOR = 1.021800
{
Expand Down

0 comments on commit 06edff5

Please sign in to comment.