Skip to content

Commit

Permalink
Bump version and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Dec 29, 2021
1 parent c261767 commit 5bf59bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.1 - 12/29/21

- Moved README content from `README.rst` to `README.md` for improved table formatting support.
- Raw pandas dataframe is now sorted on CIK and ticker to produce more consistent output.

## 2.0.0 - 12/25/21

### New
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "sec_cik_mapper"
name = "sec-cik-mapper"
authors = [{name = "Jad Chaar", email = "jad.chaar@gmail.com"}]
readme = "README.md"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -57,3 +57,6 @@ exclude = [
"scripts/",
"examples/",
]

[tool.flit.module]
name = "sec_cik_mapper"
2 changes: 1 addition & 1 deletion sec_cik_mapper/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit 5bf59bf

Please sign in to comment.