Skip to content

Commit

Permalink
Merge pull request #29 from UAL-RE/enhancement/27_release
Browse files Browse the repository at this point in the history
Enhancement/27 release
  • Loading branch information
yhan818 committed Jul 5, 2022
2 parents 9afe213 + 98f4e6b commit 9b098cd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.5.0](https://github.com/UAL-RE/redata-commons/tree/v0.5.0) (2022-07-01)

**Merged pull requests:**
- Updated to Python 3.9, pandas 1.4.3, and tabulate [#23](https://github.com/UAL-RE/redata-commons/pull/23)
- Added PULL_REQUEST_TEMPLATE.md and three PR templates .github/

## [v0.4.2](https://github.com/UAL-RE/redata-commons/tree/v0.4.2) (2021-07-01)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sphinx-rtd-theme==0.5.1
sphinx-autodoc-typehints==1.11.1

# for logger module
pandas==1.2.3
pandas==1.4.3
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Yan Han, UA Research Data Repository (ReDATA) Team'

# The full version, including alpha/beta/rc tags
release = 'v0.4.2'
release = 'v0.5.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion redata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.4.2'
__version__ = '0.5.0'

from . import commons
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='redata',
version='0.4.2',
version='0.5.0',
packages=find_namespace_packages(),
url='https://github.com/UAL-RE/redata-commons/',
project_urls={
Expand Down

0 comments on commit 9b098cd

Please sign in to comment.