Skip to content

Commit

Permalink
v0.5 - first beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
sonntagsgesicht committed Aug 1, 2019
1 parent c861c67 commit 1a539ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion doc/sphinx/releases/release_0.50.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
Release 0.5
===========

Release date was July 31th, 2019
Release date was August 1th, 2019


# first beta release (but still work in progress)

# migration to python 3.4, 3.5, 3.6 and 3.7

# automated code review
Expand All @@ -21,3 +23,7 @@ Release date was July 31th, 2019
(BusinessDate.days_in_month, BusinessDate.end_of_month, BusinessDate.end_of_quarter)

# swapped the order of arguments in `BusinessDate.diff_in_ymd`

# new __cmp__ paradigm

# adding max_days and min_day method to `BusinessPeriod`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
long_description='\n'+codecs.open('README.rst', encoding='utf-8').read(),
platforms='any',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 2 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Financial and Insurance Industry',
Expand Down

0 comments on commit 1a539ed

Please sign in to comment.