Skip to content

Commit

Permalink
chore(ver): bump 1.2.0 --> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed May 10, 2022
1 parent c2ed6d2 commit 898eb4e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

v1.2.1 (2022-05-10)
-------------------

Feat
~~~~
- (parser): Add open method to open files with custom modules.

- (parser): Add method to read csv files.


Fix
~~~
- (tests): Correct test cases.

- (parser): Correct bug when empty table.

- (filters): Remove warning.


v1.2.0 (2022-01-05)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ xlref: Excel table reader.
|pypi_ver| |test_status| |cover_status| |docs_status| |dependencies|
|github_issues| |python_ver| |proj_license|

:release: 1.2.0
:date: 2022-01-05 02:25:00
:release: 1.2.1
:date: 2022-05-10 09:55:00
:repository: https://github.com/vinci1it2000/xlref
:pypi-repo: https://pypi.org/project/xlref/
:docs: http://xlref.readthedocs.io/
Expand Down
4 changes: 2 additions & 2 deletions xlref/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
'__license__', '__copyright__']

#: Authoritative project's PEP 440 version.
__version__ = version = "1.2.0" # Also update README.rst
__version__ = version = "1.2.1" # Also update README.rst

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2022-01-05 02:25:00"
__updated__ = "2022-05-10 09:55:00"

__title__ = 'xlref'

Expand Down

0 comments on commit 898eb4e

Please sign in to comment.