Skip to content

Commit

Permalink
Merge pull request #15 from martinholmer/1-0-0
Browse files Browse the repository at this point in the history
Update RELEASES.md info
  • Loading branch information
martinholmer authored Sep 19, 2018
2 parents c4af42c + 364c772 commit 19f2e08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
24 changes: 7 additions & 17 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,14 @@ Release numbering attempts to comply with [semantic
versioning](https://semver.org/).


2018-09-?? Release 2.0.0
2018-09-19 Release 1.0.0
------------------------
(last merged pull request is
[#xxxx](https://github.com/TPRU-demo/pitaxcalc-demo/pull/xxxx))

**API Changes**
- None

**New Features**
- None

**Bug Fixes**
- None


2018-09-?? Release 1.0.0
------------------------
(last merged pull request is
[#xxxx](https://github.com/TPRU-demo/pitaxcalc-demo/pull/xxxx))
[#14](https://github.com/TPRU-demo/pitaxcalc-demo/pull/14))

**Initial version with data and tax logic for USA**

See
[app_usa.py](https://github.com/TPRU-demo/pitaxcalc-demo/blob/master/app_usa.py)
for an example of how to use release 1.0.0 to analyze the effects of a
tax reform.
5 changes: 5 additions & 0 deletions SIMPLE_GIT_USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ git diff
git add [new-file-name]
```

**Revert uncommitted file changes on current branch**
```
git checkout -- [existing-file-name]
```

**Commit file changes to current branch**
```
git commit -a -m "[short-description]"
Expand Down

0 comments on commit 19f2e08

Please sign in to comment.