Skip to content

Commit

Permalink
chore(ver): bump 1.2.1 --> 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Nov 15, 2023
1 parent 38ed0a3 commit bb87c57
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

v1.2.2 (2023-11-15)
-------------------

Feat
~~~~
- (setup): Add missing dependencies.

- (bin): Update publish script.

- (doc): Update copyright.

- (test): Use `unittest` for testing instead `nose`.

- (core): Add support for python 3.10 and 3.11.

- (doc): Add Read the Docs configuration file.


Fix
~~~
- (parser): Avoid leaving open file.

- (doc): Remove broken badge.


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

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|
|github_issues| |python_ver| |proj_license|

:release: 1.2.1
:date: 2022-05-10 09:55:00
:release: 1.2.2
:date: 2023-11-15 11:30: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.1" # Also update README.rst
__version__ = version = "1.2.2" # Also update README.rst

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2022-05-10 09:55:00"
__updated__ = "2023-11-15 11:30:00"

__title__ = 'xlref'

Expand Down

0 comments on commit bb87c57

Please sign in to comment.