Skip to content

Commit

Permalink
bump version, move changelog (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto authored Sep 19, 2023
1 parent 9f81578 commit e02d76d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions docs/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@

### Maintenance and fixes

- Fix bug when intercept is inserted after categorical variable (#102)

### Documentation

### Deprecation

## v0.5.1 Unreleased

### Maintenance and fixes

- Fix bug when intercept is inserted after categorical variable (#102)

## v0.5.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion formulae/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ version = {file = "formulae/version.txt"}

[tool.black]
line-length = 100
target-version = ["py37", "py38", "py39"]
target-version = ["py39", "py310"]

0 comments on commit e02d76d

Please sign in to comment.