Skip to content

Commit

Permalink
fix #12
Browse files Browse the repository at this point in the history
  • Loading branch information
richardiw committed Nov 18, 2023
1 parent 7f590e1 commit a73a070
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All significant changes to the project will be recorded here.

- fake.organism() renamed to fake.organism_english() so that fake.organism() can return a named tuple.

## 0.6.2

- support wider range of core faker versions

## 0.6.1 2023-10-14

- Use random seed to produce reproducible random bioseq sequences
Expand Down
3 changes: 1 addition & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Notes for maintainers on how to release / publish the project
- create a release branch
- update dependencies using `poetry update`
- create a tag for the release
- oadd new contributors,
- add new contributors
- update changelog
- publish using `poetry build` and `poetry publish -u __token__ -p <your pypi api token>`
-
28 changes: 20 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["Biology", "Faker"]
[tool.poetry.dependencies]
python = "^3.8"
faker-python = "^0.0.1"
Faker = "^12.3.0"
Faker = ">=12,<=20"

[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
Expand Down

0 comments on commit a73a070

Please sign in to comment.