Skip to content

Commit

Permalink
Update version and GH Actions Python installer
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Oct 2, 2024
1 parent 2a0fb8c commit 9e112f5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniconda-version: "latest"
activate-environment: fiscalsim-us-dev
environment-file: environment.yml
python-version: "3.10"
python-version: "3.11"
auto-activate-base: false
- name: Install package and build documentation
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniconda-version: "latest"
activate-environment: fiscalsim-us-dev
environment-file: environment.yml
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Build package
run: make pip-package
- name: Publish a Python distribution to PyPI
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2024-10-02 02:00:00

### Added

- Updates South Carolina tax logic and tests.
- Replaces Mambaforge Python installer with Miniforge in GH Actions

## [0.2.9] - 2024-04-11 00:30:00

### Added
Expand Down Expand Up @@ -211,6 +218,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First prototype version based off of openfisca-us and tax-calculator.


[0.3.0]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.9...v0.3.0
[0.2.9]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.6...v0.2.7
Expand Down
6 changes: 6 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,9 @@
- Limits `docs_check.yml` to only run on pull request commits.
- Updates some tags in `README.md.`
date: 2024-04-11 00:30:00
- bump: minor
changes:
added:
- Updates South Carolina tax logic and tests.
- Replaces Mambaforge Python installer with Miniforge in GH Actions
date: 2024-10-02 02:00:00
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name="fiscalsim-us",
version="0.2.9",
author="Center for Growth and Opportunity at Utah State University (CGO)",
author_email="fiscalsim@thecgo.org",
version="0.3.0",
author="Richard W. Evans",
author_email="rick@abundance.institute",
long_description=readme,
long_description_content_type="text/markdown",
classifiers=[
Expand Down

0 comments on commit 9e112f5

Please sign in to comment.